mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
override normalize.css override
This commit is contained in:
parent
ae98f1803f
commit
811a79e16c
@ -36,6 +36,10 @@ label {
|
||||
|
||||
// Form controls
|
||||
// -------------------------
|
||||
// Override content-box in normalize
|
||||
input[type="search"] {
|
||||
.box-sizing(border-box);
|
||||
}
|
||||
|
||||
// Shared size and type resets
|
||||
select,
|
||||
|
Loading…
Reference in New Issue
Block a user