mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Merge pull request #33220 from nextcloud/bugfix/noid/fix-settings-icon-color
Fix settings icon color
This commit is contained in:
commit
8fecbf86ec
5 changed files with 3 additions and 6 deletions
|
|
@ -772,7 +772,6 @@ kbd {
|
|||
top: 0;
|
||||
left: 0;
|
||||
display: block;
|
||||
filter: var(--background-invert-if-dark);
|
||||
}
|
||||
#app-settings-header .settings-button:focus-visible {
|
||||
box-shadow: 0 0 0 2px inset var(--color-primary) !important;
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -767,7 +767,7 @@ $min-content-width: variables.$breakpoint-mobile - variables.$navigation-width -
|
|||
background-color: var(--color-background-hover);
|
||||
}
|
||||
|
||||
&::before {
|
||||
&::before {
|
||||
background-image: var(--icon-settings-dark);
|
||||
background-position: 14px center;
|
||||
background-repeat: no-repeat;
|
||||
|
|
@ -777,7 +777,6 @@ $min-content-width: variables.$breakpoint-mobile - variables.$navigation-width -
|
|||
top: 0;
|
||||
left: 0;
|
||||
display: block;
|
||||
filter: var(--background-invert-if-dark);
|
||||
}
|
||||
|
||||
&:focus-visible {
|
||||
|
|
|
|||
|
|
@ -3906,7 +3906,6 @@ kbd {
|
|||
top: 0;
|
||||
left: 0;
|
||||
display: block;
|
||||
filter: var(--background-invert-if-dark);
|
||||
}
|
||||
#app-settings-header .settings-button:focus-visible {
|
||||
box-shadow: 0 0 0 2px inset var(--color-primary) !important;
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue