File tree 2 files changed +24
-6
lines changed 2 files changed +24
-6
lines changed Original file line number Diff line number Diff line change @@ -789,11 +789,12 @@ i.icon.centerlock{top:1.5em}
789
789
.repository .segment .reactions .dropdown .menu > .header , .repository .select-reaction .dropdown .menu > .header {margin : .75rem 0 .5rem }
790
790
.repository .segment .reactions .dropdown .menu > .item , .repository .select-reaction .dropdown .menu > .item {float : left;padding : .5rem .5rem !important }
791
791
.repository .segment .reactions .dropdown .menu > .item img .emoji , .repository .select-reaction .dropdown .menu > .item img .emoji {margin-right : 0 }
792
- .repository .segment .reactions {padding : .3 em 1 em }
793
- .repository .segment .reactions .ui .label {padding : .4em }
794
- .repository .segment .reactions .ui .label .disabled {cursor : default}
792
+ .repository .segment .reactions {padding : 0 ; display : flex }
793
+ .repository .segment .reactions .ui .label {padding : .4em ; padding-right : 1 em ; padding-left : 1 em ; border : 0 ; border-right : 1 px solid; border-radius : 0 ; margin : 0 ; font-size : 14 px ; border-color : inherit !important }
794
+ .repository .segment .reactions .ui .label .disabled {cursor : default; opacity : .5 }
795
795
.repository .segment .reactions .ui .label > img {height : 1.5em !important }
796
- .repository .segment .reactions .select-reaction {float : none}
796
+ .repository .segment .reactions .ui .label .basic .blue {background-color : # f1f8ff!important ;border-color : inherit!important }
797
+ .repository .segment .reactions .select-reaction {float : left;padding : .5em ;padding-left : 1em }
797
798
.repository .segment .reactions .select-reaction : not (.active ) a {display : none}
798
799
.repository .segment .reactions : hover .select-reaction a {display : block}
799
800
.repository .ui .fluid .action .input .ui .search .action .input {flex : auto}
Original file line number Diff line number Diff line change 1910
1910
}
1911
1911
1912
1912
.segment.reactions {
1913
- padding : 0.3em 1em ;
1913
+ padding : 0 ;
1914
+ display : flex ;
1914
1915
1915
1916
.ui.label {
1916
1917
padding : 0.4em ;
1918
+ padding-right : 1em ;
1919
+ padding-left : 1em ;
1920
+ border : 0 ;
1921
+ border-right : 1px solid ;
1922
+ border-radius : 0 ;
1923
+ margin : 0 ;
1924
+ font-size : 14px ;
1925
+ border-color : inherit !important ;
1917
1926
1918
1927
& .disabled {
1919
1928
cursor : default ;
1929
+ opacity : 0.5 ;
1920
1930
}
1921
1931
1922
1932
> img {
1923
1933
height : 1.5em !important ;
1924
1934
}
1925
1935
}
1926
1936
1937
+ .ui.label.basic.blue {
1938
+ background-color : #f1f8ff !important ;
1939
+ border-color : inherit !important ;
1940
+ }
1941
+
1927
1942
.select-reaction {
1928
- float : none ;
1943
+ float : left ;
1944
+ padding : 0.5em ;
1945
+ padding-left : 1em ;
1929
1946
1930
1947
& :not (.active ) a {
1931
1948
display : none ;
You can’t perform that action at this time.
0 commit comments