Skip to content

Commit e90888e

Browse files
committed
Fix typo in CSS
1 parent 6e6c85d commit e90888e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

isteven-multi-select.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
.multiSelect .inputFilter:focus {
173173
border: 1px solid #66AFE9 !important;
174174
outline: 0;
175-
-webkit-box-shadow: box-shadow: inset 0 0 1px rgba(0,0,0,.065), 0 0 5px rgba(102, 175, 233, .6) !important;
175+
-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.065), 0 0 5px rgba(102, 175, 233, .6) !important;
176176
box-shadow: inset 0 0 1px rgba(0,0,0,.065), 0 0 5px rgba(102, 175, 233, .6) !important;
177177
}
178178

0 commit comments

Comments
 (0)