Merge pull request #2358 from overleaf/ns-important-war

improve color contrast in online user dropdown

GitOrigin-RevId: cf3930932689c40c7dc63874f775d192450da476
This commit is contained in:
Jessica Lawshe
2019-11-13 08:23:12 -06:00
committed by sharelatex
parent 7ad4b2cfc3
commit 41d4fabc78

View File

@@ -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);