mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
fixes #17379: override search input box-sizing to match our global overrides
This commit is contained in:
parent
8f9e50c02d
commit
468a9d9359
@ -284,6 +284,8 @@ input[type="search"] {
|
||||
// be added to `.form-control` as it's not specific enough. For details, see
|
||||
// https://github.com/twbs/bootstrap/issues/11586.
|
||||
-webkit-appearance: none;
|
||||
// Undo Normalize's default here to match our global overrides.
|
||||
box-sizing: inherit;
|
||||
}
|
||||
|
||||
// todo: needed?
|
||||
|
Loading…
Reference in New Issue
Block a user