mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Override Bootstrap styles that affect Tabs.
This commit is contained in:
parent
603d019b17
commit
bcc30cd5c2
2 changed files with 10 additions and 0 deletions
|
@ -30,6 +30,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
&:active {
|
||||
outline: none !important; /* 1 */
|
||||
box-shadow: none; /* 1 */
|
||||
}
|
||||
|
||||
&:focus {
|
||||
outline: none; /* 1 */
|
||||
}
|
||||
|
|
5
ui_framework/dist/ui_framework.css
vendored
5
ui_framework/dist/ui_framework.css
vendored
|
@ -1512,6 +1512,11 @@ body {
|
|||
.kuiTab + .kuiTab:focus:not(.kuiTab-isSelected):not(:active) {
|
||||
margin-left: -1px;
|
||||
/* 2 */ }
|
||||
.kuiTab:active {
|
||||
outline: none !important;
|
||||
/* 1 */
|
||||
box-shadow: none;
|
||||
/* 1 */ }
|
||||
.kuiTab:focus {
|
||||
outline: none;
|
||||
/* 1 */ }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue