From 33682bb5618a6dd79ef42c40d667540f3c734499 Mon Sep 17 00:00:00 2001 From: Anton Ignatov Date: Mon, 4 Mar 2019 13:48:25 +0100 Subject: [PATCH] Bold text for read messages --- app/assets/stylesheets/system_notifications.scss | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/app/assets/stylesheets/system_notifications.scss b/app/assets/stylesheets/system_notifications.scss index 57cbe24be..b622914df 100644 --- a/app/assets/stylesheets/system_notifications.scss +++ b/app/assets/stylesheets/system_notifications.scss @@ -13,16 +13,6 @@ position: relative; width: 100%; - &[data-unread="0"] { - - .body-block { - - .title { - font-weight: normal; - } - } - } - &:hover { background: $color-concrete; color: $color-emperor;