changed the color of the editor-toolbar_hover class (#7642)
* changed the color of the editor-toolbar_hover class * Fixed hover, colors and spacing of editor-toolbar_hover class * active editor-toolbar class modified * var --color-editor-button-hover-bg and --color-editor-button-active-bg created * --color-editor-button-hover-bg and --color-editor-button-active-bg color corrected in light
This commit is contained in:
parent
e11fb5d225
commit
2773cbbe6e
4 changed files with 12 additions and 1 deletions
|
@ -114,10 +114,15 @@
|
|||
padding-right: 0;
|
||||
padding-left: 0;
|
||||
border: transparent;
|
||||
margin-right: var(--spacing-xxs);
|
||||
|
||||
&:hover {
|
||||
color: var(--color-header-link-active);
|
||||
color: var(--color-header-link);
|
||||
background-color: var(--color-editor-button-hover-bg);
|
||||
}
|
||||
}
|
||||
button.active {
|
||||
background: var(--color-editor-button-active-bg);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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: #e5e7eb;
|
||||
--color-editor-button-active-bg: #e5e7eb;
|
||||
|
||||
// Ads
|
||||
--color-ads-background: #fae5ff;
|
||||
|
|
Loading…
Reference in a new issue