File tree Expand file tree Collapse file tree 2 files changed +28
-7
lines changed Expand file tree Collapse file tree 2 files changed +28
-7
lines changed Original file line number Diff line number Diff line change 2340
2340
2341
2341
> .item {
2342
2342
float : left ;
2343
- padding : .5rem !important ;
2343
+ padding : .25rem !important ;
2344
+ margin : .25rem ;
2344
2345
font-size : 1.5em ;
2345
- width : 45 px ;
2346
+ width : 39 px ;
2346
2347
left : 13px ;
2347
2348
2348
2349
img .emoji {
2356
2357
padding : 0 ;
2357
2358
display : flex ;
2358
2359
2359
- .ui.label ,
2360
- .ui.label.visible {
2360
+ .ui.label {
2361
2361
max-height : 40px ;
2362
- padding : .4 rem .8 rem ;
2362
+ padding : 7 px 18 px ;
2363
2363
display : flex !important ;
2364
2364
align-items : center ;
2365
2365
border : 0 ;
2366
2366
border-right : 1px solid ;
2367
2367
border-radius : 0 ;
2368
2368
margin : 0 ;
2369
2369
font-size : 14px ;
2370
- font-weight : 100 ;
2370
+ font-weight : normal ;
2371
2371
border-color : inherit !important ;
2372
2372
2373
2373
& .disabled {
2388
2388
.select-reaction {
2389
2389
display : flex ;
2390
2390
align-items : center ;
2391
- padding : 0 .5 rem ;
2391
+ padding : 0 14 px ;
2392
2392
2393
2393
& :not (.active ) a {
2394
2394
display : none ;
2395
2395
}
2396
+
2397
+ .item {
2398
+ border-radius : 6px ;
2399
+ display : flex ;
2400
+ justify-content : center ;
2401
+ align-items : center ;
2402
+ }
2403
+
2404
+ .item :hover {
2405
+ background : #4183c4 ;
2406
+ }
2396
2407
}
2397
2408
2398
2409
& :hover .select-reaction a {
Original file line number Diff line number Diff line change @@ -704,6 +704,16 @@ a.ui.basic.green.label:hover {
704
704
border-color : #26577b !important ;
705
705
}
706
706
707
+ .repository .segment.reactions .ui.label.basic.blue {
708
+ color : #a0cc75 !important ;
709
+ background : #305020 !important ;
710
+ border-color : #404552 !important ;
711
+ }
712
+
713
+ .repository .segment.reactions .select-reaction .item :hover {
714
+ background : #305020 ;
715
+ }
716
+
707
717
.ui.menu .item > .label {
708
718
background : #565454 ;
709
719
}
You can’t perform that action at this time.
0 commit comments