Skip to content

Commit

Permalink
Fix: Theme - Urlbar background on linux default theme #864
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Jan 23, 2024
1 parent f19eb30 commit 4545b12
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 23 deletions.
12 changes: 0 additions & 12 deletions css/leptonChrome.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions css/leptonChromeESR.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions src/theme/system_default_theme/_gtk.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,4 @@
--urlbar-popup-url-color: #{$accentColor};
}
}

/* Nightly Compatibility */
:root:not(:-moz-lwtheme) #urlbar {
--toolbar-field-focus-color: var(--toolbar-field-color); /* Nightly: rgba(0, 0, 0, 1) */
--toolbar-field-focus-background-color: var(--toolbar-field-background-color); /* Nightly: white */
}
}

0 comments on commit 4545b12

Please sign in to comment.