mirror of
https://github.com/twbs/bootstrap.git
synced 2025-07-03 00:02:25 -04:00
Compare commits
3 Commits
45d1629fd6
...
7e2bb1b67a
Author | SHA1 | Date | |
---|---|---|---|
|
7e2bb1b67a | ||
|
d8cac6e3ff | ||
|
77b77cde16 |
@ -30,6 +30,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
// Customize the cursor of clear button shown on non-empty search inputs
|
||||
&[type="search"]::-webkit-search-cancel-button {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
// Customize the `:focus` state to imitate native WebKit styles.
|
||||
&:focus {
|
||||
color: $input-focus-color;
|
||||
|
Loading…
x
Reference in New Issue
Block a user