mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
Permanent proper fix for dist-css
Bump mq4-hover-shim to ^0.2.0
Revert "fix dist css"
This reverts commit b12d4bfa9a
.
This commit is contained in:
parent
33a578070b
commit
62da5947a8
@ -64,7 +64,7 @@
|
|||||||
"grunt-stamp": "^0.1.0",
|
"grunt-stamp": "^0.1.0",
|
||||||
"load-grunt-tasks": "~3.1.0",
|
"load-grunt-tasks": "~3.1.0",
|
||||||
"markdown-it": "^4.0.1",
|
"markdown-it": "^4.0.1",
|
||||||
"mq4-hover-shim": "^0.1.0",
|
"mq4-hover-shim": "^0.2.0",
|
||||||
"npm-shrinkwrap": "^200.1.0",
|
"npm-shrinkwrap": "^200.1.0",
|
||||||
"time-grunt": "^1.1.0"
|
"time-grunt": "^1.1.0"
|
||||||
},
|
},
|
||||||
|
@ -213,7 +213,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// IE9 hack to hide the arrow
|
// IE9 hack to hide the arrow
|
||||||
@media screen and ("min-width:0\0") {
|
@media screen and (min-width:0\0) {
|
||||||
.select select {
|
.select select {
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
padding: .5rem 1.5rem .5rem 1rem;
|
padding: .5rem 1.5rem .5rem 1rem;
|
||||||
|
Loading…
Reference in New Issue
Block a user