mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Remove commented code.
This commit is contained in:
parent
632e3228e0
commit
fb121494e6
1 changed files with 1 additions and 6 deletions
|
@ -155,7 +155,6 @@ ul.folders-menu {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
> li.active {
|
> li.active {
|
||||||
//border-right: 4px solid @red;
|
|
||||||
border-radius: @sidebar-active-border-radius;
|
border-radius: @sidebar-active-border-radius;
|
||||||
> a {
|
> a {
|
||||||
background-color: @sidebar-active-bg;
|
background-color: @sidebar-active-bg;
|
||||||
|
@ -267,11 +266,7 @@ ul.structured-list {
|
||||||
li {
|
li {
|
||||||
border-bottom: 1px solid @structured-list-border-color;
|
border-bottom: 1px solid @structured-list-border-color;
|
||||||
padding: (@line-height-computed / 4) 0;
|
padding: (@line-height-computed / 4) 0;
|
||||||
// &:first-child {
|
|
||||||
// .header {
|
|
||||||
// font-size: 1rem;
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
border-bottom: 0 none;
|
border-bottom: 0 none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue