mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 02:23:58 +00:00
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:
parent
ef77373fda
commit
d3bf14806a
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue