mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Keep border on hover for active tab
This commit is contained in:
parent
9e827be3ed
commit
e1dd35e759
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
||||||
border-bottom: 1px solid @accent-color-secondary!important;
|
border-bottom: 1px solid @accent-color-secondary!important;
|
||||||
color: @accent-color-secondary!important;
|
color: @accent-color-secondary!important;
|
||||||
&:hover {
|
&:hover {
|
||||||
|
border-bottom: 1px solid @accent-color-secondary!important;
|
||||||
color: @accent-color-secondary!important;
|
color: @accent-color-secondary!important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue