mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 03:41:58 +00:00
/#streams/: Add checkmark hover state.
This adds a hover state to just the checkmark that makes it darker than the line hover state that allows a user to know that the checkmark is allowed to be toggled.
This commit is contained in:
committed by
Tim Abbott
parent
60e3abddcb
commit
383669de0b
@@ -651,6 +651,15 @@ form#add_new_subscription {
|
||||
fill: hsl(0, 0%, 86%);
|
||||
}
|
||||
|
||||
.stream-row .check:not(.checked):hover svg,
|
||||
.stream-row.active .check:not(.checked):hover svg {
|
||||
fill: hsl(0, 0%, 72%);
|
||||
}
|
||||
|
||||
.stream-row .check.checked:hover svg {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.stream-row .checked svg {
|
||||
fill: hsl(170, 47%, 54%);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user