changed the color of the editor-toolbar_hover class #7642

Merged
ByronEricPerez merged 5 commits from The_icons_are_not_shown_well_when_hovering_#7619 into master 2022-07-21 22:58:13 +02:00
4 changed files with 8 additions and 2 deletions
Showing only changes of commit 2c194a620c - Show all commits

View file

@ -118,11 +118,11 @@
&:hover {
color: var(--color-header-link);
background-color: var(--color-border);
background-color: var(--color-editor-button-hover-bg);
}
}
button.active {
background: var(--color-border);
background: var(--color-editor-button-active-bg);
}
}
}

View file

@ -170,6 +170,8 @@
--color-editor-url: var(--color-editor-string);
--color-editor-hr: var(--color-editor-tag);
--color-editor-hr-preview: #cccccc;
--color-editor-button-hover-bg: #333338;
--color-editor-button-active-bg: #333338;
// Other
--color-focus: #bfdbfe;

View file

@ -186,6 +186,8 @@
--color-editor-url: var(--color-editor-string);
--color-editor-hr: var(--color-editor-tag);
--color-editor-hr-preview: #a0a0a0;
--color-editor-button-hover-bg: #333338;
--color-editor-button-active-bg: #333338;
// Ads
--color-ads-background: #475057;

View file

@ -171,6 +171,8 @@
--color-editor-url: var(--color-editor-string);
--color-editor-hr: var(--color-editor-tag);
--color-editor-hr-preview: #cccccc;
--color-editor-button-hover-bg: #333338;
--color-editor-button-active-bg: #333338;
// Ads
--color-ads-background: #fae5ff;