🐛 Fix outline in color type selector on view mode

This commit is contained in:
Eva 2023-01-09 16:05:40 +01:00
parent 2c2755b35e
commit 36bc276d93
5 changed files with 18 additions and 5 deletions

View file

@ -173,6 +173,11 @@
background-position: 95% 48%;
background-size: 10px;
cursor: pointer;
outline: none;
&:focus,
&:focus-within {
border: 1px solid $color-primary;
}
option {
padding: 1rem;

View file

@ -239,7 +239,6 @@ span.element-name {
margin-left: auto;
position: relative;
width: 32px;
right: 20px;
&.is-parent {
right: 0;