Skip to content

Commit

Permalink
Fix missing border of multi-select values on IE8
Browse files Browse the repository at this point in the history
  • Loading branch information
rockallite committed May 3, 2016
1 parent b21f70e commit bf102e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions less/multi.less
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
background-color: @select-item-bg-fb; /* Fallback color for IE 8 */
background-color: @select-item-bg;
border-radius: @select-item-border-radius;
border: 1px solid @select-item-border-color-fb; /* Fallback color for IE 8 */
border: 1px solid @select-item-border-color;
color: @select-item-color;
display: inline-block;
Expand Down

0 comments on commit bf102e0

Please sign in to comment.