1
0
mirror of synced 2024-11-21 20:46:07 +03:00

remove outline from dropdown

This commit is contained in:
Igor Vaynberg 2019-11-06 10:34:02 -08:00
parent 6705eafc7f
commit c4fe2fffbd
3 changed files with 5 additions and 3 deletions

View File

@ -209,6 +209,7 @@ $dropdown-padding: 8px 10px;
border-top: $border;
border-radius: 0 0 $border-radius $border-radius;
background-color: rgb(255, 255, 255);
outline: 0;
.s25-body {
padding-top: 4px;

3
dist/select25.css vendored
View File

@ -144,7 +144,8 @@
border: 1px solid #4d90fe;
border-top: 1px solid #ddd;
border-radius: 0 0 5px 5px;
background-color: white; }
background-color: white;
outline: 0; }
.s25-dropdown .s25-body {
padding-top: 4px;
padding-bottom: 4px; }

4
dist/select25.js vendored

File diff suppressed because one or more lines are too long