Style fixes

This commit is contained in:
Grzegorz Leoniec 2019-03-07 11:02:29 +01:00
parent b941bb24d8
commit ce69fe5cb7
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377

View File

@ -4,12 +4,11 @@
.ds-select {
user-select: none;
transition: border-bottom 0ms;
.ds-select-is-open & {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-bottom-color: transparent;
border-bottom: none;
}
}