mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #1110 from sharelatex/jel-tab-focus-accessibility
Fix tab focus styling GitOrigin-RevId: bb94e07b0d8dfd9c20cf2b0ef9db3d33d9c333db
This commit is contained in:
parent
b39cdbc874
commit
7006e30d7f
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
a {
|
||||
border: 0;
|
||||
color: @link-color-alt;
|
||||
&:hover {
|
||||
&:focus, &:hover {
|
||||
background-color: transparent!important;
|
||||
border: 0!important;
|
||||
color: @link-hover-color-alt;
|
||||
|
|
Loading…
Reference in a new issue