select: remove nice-select for safari because of a known bug with fixed position and overflow

Make the safari select looks the same than for other browser
Only the dropdown will be different
This commit is contained in:
Sebastian Castro 2020-04-28 15:25:03 +02:00 committed by muxator
parent 23307d14d5
commit af67f02da2
2 changed files with 10 additions and 4 deletions

View file

@ -32,9 +32,6 @@ select, .nice-select {
.nice-select:hover {
border-color: #dbdbdb;
}
.nice-select:active,.nice-select.open,.nice-select:focus {
/*border-color: #999;*/
}
.nice-select:after {
border-bottom: 2px solid #999;
border-right: 2px solid #999;