зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1487397 - Add hover styling on trees on Windows default theme. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D5796 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
29ac8f82e5
Коммит
c0d8c0ec57
|
@ -29,6 +29,14 @@ treechildren::-moz-tree-row(multicol, odd) {
|
|||
background-color: -moz-oddtreerow;
|
||||
}
|
||||
|
||||
%ifdef XP_WIN
|
||||
@media (-moz-windows-default-theme) {
|
||||
treechildren::-moz-tree-row(hover) {
|
||||
background-color: hsla(0,0%,50%,.15);
|
||||
}
|
||||
}
|
||||
%endif
|
||||
|
||||
treechildren::-moz-tree-row(selected) {
|
||||
background-color: -moz-cellhighlight;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче