From 65d1b959363834d1075749c70225987e9f39d54c Mon Sep 17 00:00:00 2001 From: Vrifox Date: Tue, 8 Dec 2020 20:06:26 +0100 Subject: [PATCH] update --- scss/import/repository.scss | 29 ----------------------------- scss/import/user.scss | 6 ++---- 2 files changed, 2 insertions(+), 33 deletions(-) diff --git a/scss/import/repository.scss b/scss/import/repository.scss index 5b75cf0..09f3a5e 100644 --- a/scss/import/repository.scss +++ b/scss/import/repository.scss @@ -65,11 +65,6 @@ border-bottom: 2px solid; color: $white; } - svg { - @if $nojavascript == true { - display: none; - } - } span.label { background: $white; color: $bg60; @@ -252,13 +247,6 @@ background: $bg50; } } - span.text { - svg { - @if $nojavascript == true { - display: none; - } - } - } i.dropdown.icon { @if $nojavascript == true { display: none; @@ -459,26 +447,9 @@ &.octicon-file-directory, &.octicon-file-submodule { 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 { 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 { diff --git a/scss/import/user.scss b/scss/import/user.scss index 54e602e..c140c5e 100644 --- a/scss/import/user.scss +++ b/scss/import/user.scss @@ -74,10 +74,8 @@ color: $white-light; } } - @if $nojavascript == true { - svg { - display: none; - } + svg { + margin-right: 5px; } .label { background: $white;