Bug 1697943 - Apply a uniform weight to PopupNotification descriptions. r=prathiksha

Differential Revision: https://phabricator.services.mozilla.com/D109550
This commit is contained in:
Mike Conley 2021-03-24 14:26:31 +00:00
Родитель b9b3ca2495
Коммит 31227a5958
1 изменённых файлов: 7 добавлений и 0 удалений

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

@ -936,6 +936,13 @@ popupnotificationcontent {
opacity: 0.7;
}
.popup-notification-description > b {
font-weight: inherit;
}
.popup-notification-description {
font-weight: 600;
}
} /** END Proton **/
#tab-notification-deck {