mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
stream_settings: Ignore hover on actions column in tables.
In the dark theme, disable the hover behavior to display sorting options for actions column in tables (Which doesn't support this). Matches existing behavior in light theme. Fixes: #21137
This commit is contained in:
@@ -83,7 +83,7 @@ body.dark-theme {
|
||||
table.table-striped thead.table-sticky-headers th {
|
||||
background-color: hsl(0, 0%, 0%);
|
||||
|
||||
&:hover {
|
||||
&:hover:not(.actions) {
|
||||
background-color: hsl(211, 29%, 14%);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user