File tree 2 files changed +0
-13
lines changed 2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -859,12 +859,10 @@ func RenderLabel(label *issues_model.Label) string {
859
859
860
860
return fmt .Sprintf ("<span class='ui label scope-parent' title='%s'>" +
861
861
"<div class='ui label scope-left' style='color: %s !important; background-color: %s !important'>%s</div>" +
862
- "<div class='ui label scope-middle' style='background: linear-gradient(-80deg, %s 48%%, %s 52%% 0%%);'> </div>" +
863
862
"<div class='ui label scope-right' style='color: %s !important; background-color: %s !important''>%s</div>" +
864
863
"</span>" ,
865
864
description ,
866
865
textColor , scopeColor , scopeText ,
867
- itemColor , scopeColor ,
868
866
textColor , itemColor , itemText )
869
867
}
870
868
Original file line number Diff line number Diff line change 2838
2838
.ui.label.scope-left {
2839
2839
border-bottom-right-radius : 0 ;
2840
2840
border-top-right-radius : 0 ;
2841
- padding-right : 0 ;
2842
- margin-right : 0 ;
2843
- }
2844
-
2845
- .ui.label.scope-middle {
2846
- width : 12px ;
2847
- border-radius : 0 ;
2848
- padding-left : 0 ;
2849
- padding-right : 0 ;
2850
- margin-left : 0 ;
2851
2841
margin-right : 0 ;
2852
2842
}
2853
2843
2854
2844
.ui.label.scope-right {
2855
2845
border-bottom-left-radius : 0 ;
2856
2846
border-top-left-radius : 0 ;
2857
- padding-left : 0 ;
2858
2847
margin-left : 0 ;
2859
2848
}
2860
2849
You can’t perform that action at this time.
0 commit comments