prevent hover effect when settings are open

This commit is contained in:
Jan-Christoph Borchardt 2013-10-04 20:24:07 +03:00
parent 0b78db4750
commit 2166d99b53
1 changed files with 6 additions and 1 deletions

View File

@ -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 {