Use rgba instead of hex to highlight identical styling

This way it might be a bit more clear that this is actually the
same.

Change-Id: Ifbdfd66f476bf30408685a4af9989bb9ac969b21
This commit is contained in:
WMDE-Fisch 2022-07-08 09:51:58 +02:00 committed by Adam Wight
parent ef77373fda
commit d3bf14806a

View file

@ -44,7 +44,9 @@
text-overflow: ellipsis;
&:hover {
background-color: #eaecf0;
/* This shade on a white background results in #eaecf0 a.k.a.
@background-color-base--hover a.k.a. @wmui-color-base80 */
background-color: rgba( 0, 24, 73, 0.082 );
}
/* click */