зеркало из https://github.com/nextcloud/server.git
prevent hover effect when settings are open
This commit is contained in:
Родитель
0b78db4750
Коммит
2166d99b53
|
@ -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 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче