зеркало из https://github.com/github/octobox.git
Dark outline buttons should have white icons on focus as well
This commit is contained in:
Родитель
f438c79299
Коммит
54ef6545e0
|
@ -674,8 +674,10 @@ td.keys {
|
|||
fill: #aaa;
|
||||
}
|
||||
|
||||
.btn-outline-dark:hover{
|
||||
fill: #fff;
|
||||
.btn-outline-dark{
|
||||
&:hover, &:active {
|
||||
fill: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
.flex-header .dropdown-menu{
|
||||
|
|
Загрузка…
Ссылка в новой задаче