0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-13 02:28:18 -05:00

💄 Fix display of element select and options

This commit is contained in:
mathieu.brunot 2019-02-19 21:05:20 +01:00
parent 122816efaf
commit 8a31f67b42
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0

View file

@ -206,6 +206,11 @@
color: darken($intense-ui-text, 8%);
}
option {
color: $intense-ui-text;
background: $secondary-ui-bg;
font-size: $fs12;
}
}
span {
@ -265,11 +270,13 @@
top: 0;
left: 0;
border: none;
color: $color-white;
color: transparent;
background-color: transparent;
width: 100%;
option {
color: $intense-ui-text;
background: $secondary-ui-bg;
font-size: $fs12;
}
}
@ -278,7 +285,7 @@
.color-th {
background-color: $color-gray-lighter;
border: 1px solid #aaa;
border: 1px solid $intense-ui-border;
border-radius: 50%;
cursor: pointer;
flex-shrink: 0;