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:
ecxtacy
2024-02-04 22:53:37 +05:30
committed by Tim Abbott
parent d882d90857
commit ad177a8b48

View File

@@ -62,7 +62,7 @@
margin-right: 3px;
}
&:hover .exit {
.exit:hover {
opacity: 1;
}
}