prevent hover effect when settings are open
This commit is contained in:
parent
0b78db4750
commit
2166d99b53
1 changed files with 6 additions and 1 deletions
|
@ -203,9 +203,14 @@
|
|||
border: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
.settings-button:hover {
|
||||
.settings-button:hover,
|
||||
.settings-button:focus {
|
||||
background-color: #ddd;
|
||||
}
|
||||
.settings-button.opened:hover,
|
||||
.settings-button.opened:focus {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
/* icons */
|
||||
.folder-icon, .delete-icon, .edit-icon, .progress-icon {
|
||||
|
|
Loading…
Reference in a new issue