This file ( 713B ) exceeds the allowed full mode (48 kb) size.
The editor full hight is disabled, only scrolling is allowed..
If you wish to edit a file, it is recommended to use the scroll mode as some users do not like the full height
mode, although some users like it.
.p3x-gitlist-branch-menu-header, .p3x-gitlist-branch-menu-item
{
padding: @padding-base-vertical;
}
#p3x-gitlist-branch-list {
a {
text-decoration: none !important;
}
.p3x-gitlist-branch-menu-item:hover {
cursor: pointer;
}
.p3x-gitlist-branch-menu-item:hover {
background-color: @link-color;
}
}
.p3x-gitlist-light {
#p3x-gitlist-branch-list {
.main-list {
a {
color: @text-color ;
}
.p3x-gitlist-branch-menu-item:hover {
a, a:hover {
color: white;
}
}
}
}
}
.p3x-gitlist-dark {
#p3x-gitlist-branch-list {
.main-list {
a {
color: @dropdown-link-active-color !important;
}
}
}
}