Merge pull request #33220 from nextcloud/bugfix/noid/fix-settings-icon-color

Fix settings icon color
This commit is contained in:
Carl Schwan 2022-07-14 10:14:17 +02:00 committed by GitHub
commit 8fecbf86ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 3 additions and 6 deletions

View file

@ -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

View file

@ -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 {

View file

@ -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