Bug 1398346 - Follow up patch to correct one of the selectors to be more precise and avoid potential issues. rs=Paolo

MozReview-Commit-ID: 4nZ16XB7xQA
This commit is contained in:
Mike de Boer 2017-09-29 15:54:14 +02:00
Родитель d6089cccd0
Коммит 934012625c
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -228,7 +228,7 @@ richlistitem.download button {
.subviewbutton.download:not(:hover) > .toolbarbutton-text > .status-full,
/* When a Download is hovered when the file doesn't exist and cannot be retried,
keep showing the full status message. */
.subviewbutton.download:hover:not([openLabel]):not([exists]):not([retryLabel]) > .toolbarbutton-text > .status-full,
.subviewbutton.download:hover:-moz-any(:not([openLabel]),:not([exists])):not([retryLabel]) > .toolbarbutton-text > .status-full,
/* When a Download is hovered and the it can be retried, but the action button
is _not_ hovered, keep showing the full status message. */
.subviewbutton.download:hover[retryLabel]:not([buttonover]) > .toolbarbutton-text > .status-full,