From c22090e4387c62d4b4a3330ee72fe2fbf41f431c Mon Sep 17 00:00:00 2001 From: majordwarf Date: Tue, 19 May 2020 15:45:47 +0530 Subject: [PATCH] css: Use SCSS nesting in zulip.scss for `.actions_hovered`. --- static/styles/zulip.scss | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/static/styles/zulip.scss b/static/styles/zulip.scss index c145901c49..0e3f6dd3d9 100644 --- a/static/styles/zulip.scss +++ b/static/styles/zulip.scss @@ -1201,14 +1201,16 @@ a.dark_background:hover, font-size: 60%; } -.actions_hovered .message_time, -.actions_hovered .info { - color: hsl(200, 100%, 40%); - cursor: pointer; -} +.actions_hovered { + .message_time, + .info { + color: hsl(200, 100%, 40%); + cursor: pointer; + } -.actions_hovered .actions_link { - text-decoration: underline; + .actions_link { + text-decoration: underline; + } } .info {