remove outline from dropdown
This commit is contained in:
parent
6705eafc7f
commit
c4fe2fffbd
@ -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
3
dist/select25.css
vendored
@ -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
4
dist/select25.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user