2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Remove IE9 browser hacks. (#21393)

This commit is contained in:
Bardi Harborow
2016-12-23 08:41:31 +11:00
committed by Mark Otto
parent b01f5a1a38
commit 855a67b1d6
12 changed files with 2 additions and 64 deletions
-4
View File
@@ -131,8 +131,6 @@
// Replaces the browser default select with a custom one, mostly pulled from
// http://primercss.io.
//
// Includes hacks for IE9 (noted by ` \9`), which may apply to other versions of
// IE, but not with any adverse affects.
.custom-select {
display: inline-block;
@@ -140,11 +138,9 @@
$select-border-width: ($border-width * 2);
height: calc(#{$input-height} - #{$select-border-width});
padding: $custom-select-padding-y ($custom-select-padding-x + $custom-select-indicator-padding) $custom-select-padding-y $custom-select-padding-x;
padding-right: $custom-select-padding-x \9;
color: $custom-select-color;
vertical-align: middle;
background: $custom-select-bg $custom-select-indicator no-repeat right $custom-select-padding-x center;
background-image: none \9;
background-size: $custom-select-bg-size;
border: $custom-select-border-width solid $custom-select-border-color;
@include border-radius($custom-select-border-radius);