Skip to content

Commit

Permalink
Merge pull request #792 from black7375/icon-fill-color
Browse files Browse the repository at this point in the history
Fix: Compatibility - Icon fill color #791
  • Loading branch information
black7375 authored Oct 8, 2023
2 parents 1227a68 + b255a1e commit 6122b32
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 22 deletions.
7 changes: 0 additions & 7 deletions css/leptonChrome.css

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

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

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

8 changes: 0 additions & 8 deletions src/compatibility/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,6 @@ menu.subviewbutton {
padding-inline-end: var(--arrowpanel-menuitem-padding-inline) !important; // #717
}

/*= Icon Fill Color ==========================================================*/
:root:-moz-lwtheme {
/* Auto create --lwt-toolbarbutton-icon-fill-attention, fix for nightly default theme
Default Color: rgb(0,97,224) -> rgb(0, 120, 215) for more light
*/
--lwt-toolbarbutton-icon-fill-attention: var(--button-primary-bgcolor, rgb(0, 120, 215));
}

/*= First visible tab margin at maximized #332 ===============================*/
:root[tabsintitlebar="true"][sizemode="maximized"] #TabsToolbar {
margin-left: -1px;
Expand Down

0 comments on commit 6122b32

Please sign in to comment.