fixed repository summary for gitea 1.14
This commit is contained in:
parent
26cd8cbd51
commit
fd8d20f362
1 changed files with 3 additions and 2 deletions
|
@ -145,6 +145,7 @@
|
|||
}
|
||||
}
|
||||
.repository-summary {
|
||||
background: none;
|
||||
border: 0;
|
||||
box-shadow: none;
|
||||
@if $nojavascript == true {
|
||||
|
@ -158,7 +159,7 @@
|
|||
.item {
|
||||
border-radius: 0 !important;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
padding: 0 !important;
|
||||
&.active {
|
||||
background: initial;
|
||||
border-bottom: 2px solid $white;
|
||||
|
@ -170,7 +171,7 @@
|
|||
span {
|
||||
color: $white !important;
|
||||
display: block;
|
||||
padding: 10px;
|
||||
padding: 19px;
|
||||
}
|
||||
a {
|
||||
transition: background .2s;
|
||||
|
|
Reference in a new issue