mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 12:33:40 +00:00
@@ -509,17 +509,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
#read_receipts_modal .read_receipts_list li {
|
||||
&:hover {
|
||||
background-color: hsl(0deg 0% 100% / 5%);
|
||||
}
|
||||
|
||||
&:active,
|
||||
&:focus {
|
||||
background-color: hsl(0deg 0% 100% / 10%);
|
||||
}
|
||||
}
|
||||
|
||||
.help_link_widget:hover {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
@@ -290,12 +290,18 @@
|
||||
line-height: 1.625em; /* 26px at 16px font-size at 14px em */
|
||||
|
||||
&:hover {
|
||||
background-color: hsl(0deg 0% 0% / 5%);
|
||||
background-color: light-dark(
|
||||
hsl(0deg 0% 0% / 5%),
|
||||
hsl(0deg 0% 100% / 5%)
|
||||
);
|
||||
}
|
||||
|
||||
&:active,
|
||||
&:focus {
|
||||
background-color: hsl(0deg 0% 0% / 10%);
|
||||
background-color: light-dark(
|
||||
hsl(0deg 0% 0% / 10%),
|
||||
hsl(0deg 0% 100% / 10%)
|
||||
);
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user