mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 03:18:21 +02:00
🐛 Fix outline in color type selector on view mode
This commit is contained in:
parent
2c2755b35e
commit
36bc276d93
5 changed files with 18 additions and 5 deletions
|
@ -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;
|
||||
|
|
|
@ -239,7 +239,6 @@ span.element-name {
|
|||
margin-left: auto;
|
||||
position: relative;
|
||||
width: 32px;
|
||||
right: 20px;
|
||||
|
||||
&.is-parent {
|
||||
right: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue