mirror of https://github.com/twbs/bootstrap.git
Merge 9d2fb4967b
into 4c98145482
This commit is contained in:
commit
56015d8ef3
|
@ -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…
Reference in New Issue