mirror of
https://github.com/twbs/bootstrap.git
synced 2025-07-04 00:01:57 -04:00
Compare commits
4 Commits
4285e9e22b
...
8295fa1ebd
Author | SHA1 | Date | |
---|---|---|---|
|
8295fa1ebd | ||
|
9d2fb4967b | ||
|
446c741800 | ||
|
7df0cdc2b6 |
@ -375,6 +375,14 @@ th {
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
// Contenteditable
|
||||
//
|
||||
// Handle focus states for elements with contenteditable set to true or plaintext-only
|
||||
|
||||
[contenteditable]:not([contenteditable="false"]):focus {
|
||||
outline: 0;
|
||||
box-shadow: $input-focus-box-shadow;
|
||||
}
|
||||
|
||||
// Forms
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user