Replace 4 rgba(46,87,255,0.04/0.06/0.08) hover tints with $blue-extra-light / $blue-icon (brand palette)
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
color: colors.$blue;
|
||||
border-radius: vars.$border-radius;
|
||||
|
||||
&:hover { background: rgba(46, 87, 255, 0.06); }
|
||||
&:hover { background: colors.$blue-extra-light; }
|
||||
|
||||
.svg--change-city {
|
||||
width: 24px;
|
||||
|
||||
Reference in New Issue
Block a user