mirror of
https://github.com/codex-team/editor.js
synced 2026-03-15 15:15:47 +01:00
Unhardcode color
This commit is contained in:
parent
e8aa6c6d05
commit
3cf83089be
2 changed files with 3 additions and 2 deletions
|
|
@ -81,12 +81,12 @@
|
|||
|
||||
@media (--can-hover) {
|
||||
&:hover {
|
||||
background: #ce4343;
|
||||
background: var(--color-confirm-hover);
|
||||
}
|
||||
}
|
||||
|
||||
&.ce-popover__item--focused {
|
||||
background: #ce4343 !important;
|
||||
background: var(--color-confirm-hover) !important;
|
||||
}
|
||||
|
||||
.ce-popover__item-icon {
|
||||
|
|
|
|||
|
|
@ -69,6 +69,7 @@
|
|||
* Confirm deletion bg
|
||||
*/
|
||||
--color-confirm: #E24A4A;
|
||||
--color-confirm-hover: #CE4343;
|
||||
|
||||
--overlay-pane: {
|
||||
position: absolute;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue