Bug 1737054 - add missing semicolon. r=harry

Differential Revision: https://phabricator.services.mozilla.com/D129497
This commit is contained in:
Dão Gottwald 2021-10-26 13:48:30 +00:00
Родитель 09b6c3a033
Коммит 5f67234c3f
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -33,7 +33,7 @@
.identity-box-button:hover:not([open=true]),
#tracking-protection-icon-container:hover:not([open=true]) {
background-color: var(--urlbar-box-hover-bgcolor);
color: var(--urlbar-box-hover-text-color)
color: var(--urlbar-box-hover-text-color);
}
.identity-box-button:hover:active,