mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
fixes #17379: override search input box-sizing to match our global overrides
This commit is contained in:
parent
8f9e50c02d
commit
468a9d9359
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue