mirror of
https://github.com/codex-team/editor.js
synced 2026-03-15 15:15:47 +01:00
Colors
This commit is contained in:
parent
c590217b29
commit
7ef6dae288
2 changed files with 12 additions and 2 deletions
|
|
@ -74,10 +74,18 @@
|
|||
|
||||
&--active {
|
||||
@apply --button-active;
|
||||
|
||||
.ce-popover__item-icon {
|
||||
border: 1px solid var(--color-line-active);
|
||||
}
|
||||
}
|
||||
|
||||
&--disabled {
|
||||
@apply --button-disabled;
|
||||
|
||||
.ce-popover__item-icon {
|
||||
border: 1px solid var(--color-line-gray);
|
||||
}
|
||||
}
|
||||
|
||||
&--confirmation {
|
||||
|
|
|
|||
|
|
@ -71,6 +71,9 @@
|
|||
--color-confirm: #E24A4A;
|
||||
--color-confirm-hover: #CE4343;
|
||||
|
||||
--color-line-active: #D8E8FA;
|
||||
--color-line-gray: #EFF0F1;
|
||||
|
||||
--overlay-pane: {
|
||||
position: absolute;
|
||||
background-color: #FFFFFF;
|
||||
|
|
@ -113,8 +116,7 @@
|
|||
--button-disabled: {
|
||||
color: var(--grayText);
|
||||
cursor: default;
|
||||
background: rgba(232,232,235,0.49);
|
||||
opacity: 0.5;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue