mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-08 14:34:06 +00:00
Merge pull request #17435 from overleaf/jdt-wf-promo-links
Removing underline from links in Writefull ad GitOrigin-RevId: bdcdab7ab37bf9e49d7d1ac3c2ab0a41e618304a
This commit is contained in:
parent
8b18b511ff
commit
dfa29dad61
1 changed files with 7 additions and 0 deletions
|
@ -21,3 +21,10 @@
|
||||||
color: @blue-50;
|
color: @blue-50;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.editor-notification a.wf-promotion-link {
|
||||||
|
text-decoration: none;
|
||||||
|
&:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue