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 2345
2345
2346
2346
> .item {
2347
2347
float : left ;
2348
- padding : .5rem !important ;
2348
+ padding : .25rem !important ;
2349
+ margin : .25rem ;
2349
2350
font-size : 1.5em ;
2350
- width : 45 px ;
2351
+ width : 39 px ;
2351
2352
left : 13px ;
2352
2353
2353
2354
img .emoji {
2361
2362
padding : 0 ;
2362
2363
display : flex ;
2363
2364
2364
- .ui.label ,
2365
- .ui.label.visible {
2365
+ .ui.label {
2366
2366
max-height : 40px ;
2367
- padding : .4 rem .8 rem ;
2367
+ padding : 7 px 18 px ;
2368
2368
display : flex !important ;
2369
2369
align-items : center ;
2370
2370
border : 0 ;
2371
2371
border-right : 1px solid ;
2372
2372
border-radius : 0 ;
2373
2373
margin : 0 ;
2374
2374
font-size : 14px ;
2375
- font-weight : 100 ;
2375
+ font-weight : normal ;
2376
2376
border-color : inherit !important ;
2377
2377
2378
2378
& .disabled {
2393
2393
.select-reaction {
2394
2394
display : flex ;
2395
2395
align-items : center ;
2396
- padding : 0 .5 rem ;
2396
+ padding : 0 14 px ;
2397
2397
2398
2398
& :not (.active ) a {
2399
2399
display : none ;
2400
2400
}
2401
+
2402
+ .item {
2403
+ border-radius : 6px ;
2404
+ display : flex ;
2405
+ justify-content : center ;
2406
+ align-items : center ;
2407
+ }
2408
+
2409
+ .item :hover {
2410
+ background : #4183c4 ;
2411
+ }
2401
2412
}
2402
2413
2403
2414
& :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