diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-12-05 19:26:56 +0000 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2022-12-05 23:06:18 +0000 |
commit | 06b68e2300b2e680f7208351e472e301bdcc89e8 (patch) | |
tree | 232d62ab50fccaea9ac1be9a5e78f760527cb9e7 /core/css/apps.css | |
parent | f95aa233560b4234ee14f975d49ff19ac989b40e (diff) | |
download | nextcloud-server-06b68e2300b2e680f7208351e472e301bdcc89e8.tar.gz nextcloud-server-06b68e2300b2e680f7208351e472e301bdcc89e8.zip |
Bump sass from 1.52.1 to 1.56.1
Bumps [sass](https://github.com/sass/dart-sass) from 1.52.1 to 1.56.1.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.52.1...1.56.1)
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'core/css/apps.css')
-rw-r--r-- | core/css/apps.css | 26 |
1 files changed, 8 insertions, 18 deletions
diff --git a/core/css/apps.css b/core/css/apps.css index ccd9e28b865..8acddbe81bc 100644 --- a/core/css/apps.css +++ b/core/css/apps.css @@ -331,8 +331,7 @@ kbd { background-color: var(--color-primary-light); } #app-navigation:not(.vue) > ul > li > ul > li.icon-loading-small:after { - left: 22px; - /* 44px / 2 */ + left: 22px; /* 44px / 2 */ } #app-navigation:not(.vue) > ul > li > ul > li > .app-navigation-entry-deleted { /* margin to keep active indicator visible */ @@ -380,8 +379,7 @@ kbd { border-radius: var(--border-radius-pill); color: var(--color-main-text); flex: 1 1 0px; - z-index: 100; - /* above the bullet to allow click*/ + z-index: 100; /* above the bullet to allow click*/ /* TODO: forbid using img as icon in menu? */ /* counter can also be inside the link */ } @@ -555,8 +553,7 @@ kbd { text-align: right; font-size: 9pt; line-height: 44px; - padding: 0 12px; - /* Same padding as all li > a in the app-navigation */ + padding: 0 12px; /* Same padding as all li > a in the app-navigation */ } #app-navigation:not(.vue) .app-navigation-entry-utils .app-navigation-entry-utils-counter.highlighted { padding: 0; @@ -572,8 +569,7 @@ kbd { padding-left: 5px; padding-right: 5px; display: block; - width: calc(100% - 1px); - /* Avoid border overlapping */ + width: calc(100% - 1px); /* Avoid border overlapping */ transition: opacity 250ms ease-in-out; opacity: 0; position: absolute; @@ -596,8 +592,7 @@ kbd { } #app-navigation:not(.vue) .app-navigation-entry-edit input[type=text] { width: 100%; - min-width: 0; - /* firefox hack: override auto */ + min-width: 0; /* firefox hack: override auto */ border-bottom-right-radius: 0; border-top-right-radius: 0; } @@ -646,8 +641,7 @@ kbd { } #app-navigation:not(.vue) .app-navigation-entry-edit, #app-navigation:not(.vue) .app-navigation-entry-deleted { - width: calc(100% - 1px); - /* Avoid border overlapping */ + width: calc(100% - 1px); /* Avoid border overlapping */ transition: transform 250ms ease-in-out, opacity 250ms ease-in-out, z-index 250ms ease-in-out; position: absolute; left: 0; @@ -689,11 +683,9 @@ kbd { border-top-left-radius: var(--border-radius-large); border-top-right-radius: var(--border-radius-large); } - #app-navigation { border-top-left-radius: var(--border-radius-large); } - #app-sidebar { border-top-right-radius: var(--border-radius-large); } @@ -1100,8 +1092,7 @@ kbd { .popovermenu li > .menuitem span[class*=" icon-"], .popovermenu li > .menuitem[class^=icon-], .popovermenu li > .menuitem[class*=" icon-"] { - min-width: 0; - /* Overwrite icons*/ + min-width: 0; /* Overwrite icons*/ min-height: 0; background-position: 14px center; background-size: 16px; @@ -1408,8 +1399,7 @@ kbd { .popovermenu li > a input, .popovermenu li > .menuitem input { min-width: 44px; - max-height: 40px; - /* twice the element margin-y */ + max-height: 40px; /* twice the element margin-y */ margin: 2px 0; flex: 1 1 auto; } |