mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-24 17:43:40 +00:00
Merge pull request #1177 from sharelatex/jel-active-tab-css
Fix active tab link styling GitOrigin-RevId: ec8da3ccb7514f70b1b5021e65a6ef60ba920318
This commit is contained in:
parent
50cba1a86f
commit
03b37b0289
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
color: @link-color-alt;
|
||||
&:focus, &:hover {
|
||||
background-color: transparent!important;
|
||||
border: 0!important;
|
||||
border: 0;
|
||||
color: @link-hover-color-alt;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue