Skip to content

Commit

Permalink
Tone down highlighted ribbon in popup panel
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Feb 18, 2022
1 parent 6d90831 commit 38fad8d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions src/css/popup-fenix.css
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,10 @@ body.needSave #revertRules {
unicode-bidi: embed;
visibility: hidden;
}
.toolRibbon .tool:hover {
color: var(--ink-1);
fill: var(--ink-1);
}
.toolRibbon .tool.enabled {
visibility: visible;
}
Expand Down
8 changes: 4 additions & 4 deletions src/css/themes/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -437,11 +437,11 @@
--popup-cell-block-own-surface: rgb(var(--popup-cell-block-own-surface-rgb));
--popup-cell-block-surface: rgb(var(--popup-cell-block-surface-rgb));
--popup-power-ink: rgb(var(--popup-power-ink-rgb));
--popup-toolbar-surface: rgb(var(--primary-80) / 20%);
--popup-toolbar-surface-hover: rgb(var(--primary-80) / 25%);
--popup-toolbar-surface: rgb(var(--primary-80) / 15%);
--popup-toolbar-surface-hover: rgb(var(--primary-80) / 20%);
--popup-ruleset-tool-ink: var(--ink-1);
--popup-ruleset-tool-surface: rgb(var(--primary-80) / 20%);
--popup-ruleset-tool-surface-hover: rgb(var(--primary-80) / 25%);
--popup-ruleset-tool-surface: rgb(var(--primary-80) / 15%);
--popup-ruleset-tool-surface-hover: rgb(var(--primary-80) / 20%);
--popup-ruleset-tool-shadow: transparent;
}

Expand Down

0 comments on commit 38fad8d

Please sign in to comment.