mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 15:21:38 +02:00
💄 Fix display of element select and options
This commit is contained in:
parent
122816efaf
commit
8a31f67b42
1 changed files with 9 additions and 2 deletions
|
@ -206,6 +206,11 @@
|
||||||
color: darken($intense-ui-text, 8%);
|
color: darken($intense-ui-text, 8%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
option {
|
||||||
|
color: $intense-ui-text;
|
||||||
|
background: $secondary-ui-bg;
|
||||||
|
font-size: $fs12;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
span {
|
span {
|
||||||
|
@ -265,11 +270,13 @@
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
border: none;
|
border: none;
|
||||||
color: $color-white;
|
color: transparent;
|
||||||
|
background-color: transparent;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
option {
|
option {
|
||||||
color: $intense-ui-text;
|
color: $intense-ui-text;
|
||||||
|
background: $secondary-ui-bg;
|
||||||
font-size: $fs12;
|
font-size: $fs12;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -278,7 +285,7 @@
|
||||||
|
|
||||||
.color-th {
|
.color-th {
|
||||||
background-color: $color-gray-lighter;
|
background-color: $color-gray-lighter;
|
||||||
border: 1px solid #aaa;
|
border: 1px solid $intense-ui-border;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue