Make popover icon's border outside

This commit is contained in:
Tanya Fomina 2022-08-31 20:03:27 +03:00
commit a807707526
2 changed files with 5 additions and 5 deletions

View file

@ -68,7 +68,7 @@
@media (--can-hover) {
&:hover {
.ce-popover__item-icon {
border: none;
box-shadow: none;
}
}
}
@ -77,7 +77,7 @@
@apply --button-disabled;
.ce-popover__item-icon {
border: 1px solid var(--color-line-gray);
box-shadow: 0 0 0 1px var(--color-line-gray);
}
}
@ -151,7 +151,7 @@
&--confirmation, &--active, &--focused {
.ce-popover__item-icon {
border: none;
box-shadow: none;
}
}
}

View file

@ -230,12 +230,12 @@
display: inline-flex;
width: var(--toolbox-buttons-size);
height: var(--toolbox-buttons-size);
border: 1px solid var(--color-gray-border);
box-shadow: 0 0 0 1px var(--color-gray-border);
border-radius: 5px;
align-items: center;
justify-content: center;
background: #fff;
box-sizing: border-box;
box-sizing: content-box;
flex-shrink: 0;
margin-right: 10px;