updated repository-(summary)-menu for gitea 1.13.x
This commit is contained in:
parent
4f35a2d72b
commit
cb0aab5e3d
1 changed files with 8 additions and 12 deletions
|
@ -162,15 +162,9 @@
|
|||
border-radius: $border-radius;
|
||||
padding: 0;
|
||||
.item {
|
||||
border-bottom: 2px solid transparent;
|
||||
border-radius: 0 !important;
|
||||
border-top: 2px solid transparent;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
transition: background .2s;
|
||||
&:hover {
|
||||
background: $bg50;
|
||||
}
|
||||
&.active {
|
||||
background: initial;
|
||||
border-bottom: 2px solid $white;
|
||||
|
@ -178,14 +172,16 @@
|
|||
background: $bg50;
|
||||
}
|
||||
}
|
||||
a {
|
||||
a,
|
||||
span {
|
||||
color: $white !important;
|
||||
display: block;
|
||||
padding: 8px;
|
||||
svg {
|
||||
@if $nojavascript == true {
|
||||
display: none;
|
||||
padding: 10px;
|
||||
}
|
||||
a {
|
||||
transition: background .2s;
|
||||
&:hover {
|
||||
background: $bg50;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue