mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
css: Use SCSS nesting in zulip.scss for .actions_hovered.
This commit is contained in:
@@ -1201,15 +1201,17 @@ a.dark_background:hover,
|
|||||||
font-size: 60%;
|
font-size: 60%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.actions_hovered .message_time,
|
.actions_hovered {
|
||||||
.actions_hovered .info {
|
.message_time,
|
||||||
|
.info {
|
||||||
color: hsl(200, 100%, 40%);
|
color: hsl(200, 100%, 40%);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.actions_hovered .actions_link {
|
.actions_link {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.info {
|
.info {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|||||||
Reference in New Issue
Block a user