tabs focus fix 3
This commit is contained in:
parent
802dc55cc9
commit
ae140af96c
3 changed files with 1 additions and 3 deletions
|
@ -2317,7 +2317,6 @@ button:focus {
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabs-menu-link.is-active {
|
.tabs-menu-link.is-active {
|
||||||
outline: 0;
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #777;
|
background-color: #777;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -30,7 +30,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&.is-active {
|
&.is-active {
|
||||||
outline: 0;
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: $color-forms;
|
background-color: $color-forms;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue