mirror of
https://github.com/zulip/zulip.git
synced 2026-07-03 21:10:12 +08:00
css: Show 'x' button hover styling when hovered over 'x'.
When input pills are hovered, the 'x' button is highlighted. This commit ensures that 'x' button is highlighted only if the 'x' button is hovered, not anywhere else on the pill. Author: ecxtacy <dc.dhruvchouhan@gmail.com>.
This commit is contained in:
parent
d882d90857
commit
ad177a8b48
@ -62,7 +62,7 @@
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
&:hover .exit {
|
||||
.exit:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user