mirror of
https://github.com/codex-team/editor.js
synced 2026-03-15 15:15:47 +01:00
Make popover icon's border outside
This commit is contained in:
parent
f158ceef03
commit
a807707526
2 changed files with 5 additions and 5 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue