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

Fix settings icon color
pull/33222/head
Carl Schwan 4 years ago committed by GitHub
commit 8fecbf86ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      core/css/apps.css
  2. 2
      core/css/apps.css.map
  3. 3
      core/css/apps.scss
  4. 1
      core/css/server.css
  5. 2
      core/css/server.css.map

@ -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…
Cancel
Save