mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #2358 from overleaf/ns-important-war
improve color contrast in online user dropdown GitOrigin-RevId: cf3930932689c40c7dc63874f775d192450da476
This commit is contained in:
parent
7ad4b2cfc3
commit
41d4fabc78
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
margin: 1px 2px;
|
||||
color: @text-color;
|
||||
&:hover, &:active {
|
||||
color: @text-color;
|
||||
color: @text-color!important;
|
||||
background-color: @gray-lightest;
|
||||
text-shadow: none;
|
||||
.box-shadow(none);
|
||||
|
|
Loading…
Reference in a new issue