mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
panels: Adjust opacity value for the exit widget.
This makes this icon less invisible. Once the user hovers over the "x" it will become brighter to notify the user.
This commit is contained in:
@@ -771,6 +771,11 @@ on a dark background, and don't change the dark labels dark either. */
|
||||
|
||||
.close {
|
||||
color: inherit;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.close:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user