update
This commit is contained in:
parent
cb0aab5e3d
commit
65d1b95936
2 changed files with 2 additions and 33 deletions
|
@ -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 {
|
||||
|
|
|
@ -74,10 +74,8 @@
|
|||
color: $white-light;
|
||||
}
|
||||
}
|
||||
@if $nojavascript == true {
|
||||
svg {
|
||||
display: none;
|
||||
}
|
||||
svg {
|
||||
margin-right: 5px;
|
||||
}
|
||||
.label {
|
||||
background: $white;
|
||||
|
|
Reference in a new issue