This commit is contained in:
Tanya Fomina 2022-08-17 20:06:50 +03:00
commit 7ef6dae288
2 changed files with 12 additions and 2 deletions

View file

@ -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 {

View file

@ -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;
}
/**