File tree 2 files changed +1
-13
lines changed 2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -1647,10 +1647,6 @@ img.ui.avatar,
1647
1647
margin-top : 1px ;
1648
1648
}
1649
1649
1650
- i .icons .icon : first-child {
1651
- margin-right : 0 ;
1652
- }
1653
-
1654
1650
.ui .label {
1655
1651
padding : 0.3em 0.5em ;
1656
1652
transition : none;
@@ -1686,14 +1682,6 @@ a.ui.active.label:hover {
1686
1682
color : var (--color-label-text );
1687
1683
}
1688
1684
1689
- .ui .label > .detail .icons {
1690
- margin-right : 0.25em ;
1691
- }
1692
-
1693
- .ui .label > .detail .icons .icon {
1694
- margin-right : 0 ;
1695
- }
1696
-
1697
1685
.lines-blame-btn {
1698
1686
padding-left : 10px ;
1699
1687
padding-right : 10px ;
@@ -2099,6 +2087,7 @@ table th[data-sortt-desc] .svg {
2099
2087
vertical-align : -0.15em ;
2100
2088
}
2101
2089
2090
+ /* for the jquery.minicolors plugin */
2102
2091
.minicolors-panel {
2103
2092
background : var (--color-secondary-dark-1 ) !important ;
2104
2093
}
Original file line number Diff line number Diff line change 28
28
border-radius : var (--border-radius );
29
29
background : transparent;
30
30
border : none;
31
- display : inline-block;
32
31
display : flex;
33
32
width : 30px ;
34
33
height : 30px ;
You can’t perform that action at this time.
0 commit comments