vrifox/gitea-theme
Archived
1
0
Fork 0
This commit is contained in:
Vrifox 2020-12-08 20:06:26 +01:00
parent cb0aab5e3d
commit 65d1b95936
Signed by: vrifox
GPG key ID: D40098E5B60B2197
2 changed files with 2 additions and 33 deletions

View file

@ -65,11 +65,6 @@
border-bottom: 2px solid; border-bottom: 2px solid;
color: $white; color: $white;
} }
svg {
@if $nojavascript == true {
display: none;
}
}
span.label { span.label {
background: $white; background: $white;
color: $bg60; color: $bg60;
@ -252,13 +247,6 @@
background: $bg50; background: $bg50;
} }
} }
span.text {
svg {
@if $nojavascript == true {
display: none;
}
}
}
i.dropdown.icon { i.dropdown.icon {
@if $nojavascript == true { @if $nojavascript == true {
display: none; display: none;
@ -459,26 +447,9 @@
&.octicon-file-directory, &.octicon-file-directory,
&.octicon-file-submodule { &.octicon-file-submodule {
fill: $red; fill: $red;
@if $nojavascript == true {
background: $red;
border-radius: 0 1px 2px 2px;
box-shadow: -4px -7px 0px -4px $red;
height: 10px;
margin-left: 5px !important;
margin-top: 4px;
width: 14px;
}
} }
&.octicon-file { &.octicon-file {
fill: $white-dark; fill: $white-dark;
@if $nojavascript == true {
border: 1px solid $white-dark;
border-radius: 0 5px 0 0;
height: 13px;
margin-left: 7px !important;
margin-right: 6px !important;
width: 10px;
}
} }
} }
.jumpable-path { .jumpable-path {

View file

@ -74,10 +74,8 @@
color: $white-light; color: $white-light;
} }
} }
@if $nojavascript == true { svg {
svg { margin-right: 5px;
display: none;
}
} }
.label { .label {
background: $white; background: $white;