Bug 1479426 - improve the efficiency of the CSS selector showing pageActionSeparator, rs=Gijs.

This commit is contained in:
Florian Quèze 2018-07-30 17:49:12 +02:00
Родитель fecfc88e63
Коммит 62e4469bed
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -213,9 +213,9 @@
height: 30px;
}
:not(#pageActionSeparator):not([hidden]) ~ #pageActionSeparator {
#page-action-buttons > :not([hidden]) ~ #pageActionSeparator {
/* Show the separator between the page actions and other elements when at
least of the latter is shown. */
least one of the latter is shown. */
visibility: visible;
margin-left: 6px;
margin-right: 6px;