mirror of https://github.com/twbs/bootstrap.git
Remove inherit border-radius
This commit is contained in:
parent
446c741800
commit
9d2fb4967b
|
@ -380,7 +380,6 @@ th {
|
|||
// Handle focus states for elements with contenteditable set to true or plaintext-only
|
||||
|
||||
[contenteditable]:not([contenteditable="false"]):focus {
|
||||
@include border-radius(inherit);
|
||||
outline: 0;
|
||||
box-shadow: $input-focus-box-shadow;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue