File tree Expand file tree Collapse file tree 2 files changed +10
-13
lines changed Expand file tree Collapse file tree 2 files changed +10
-13
lines changed Original file line number Diff line number Diff line change 2360
2360
font-size : 1.5em ;
2361
2361
width : 39px ;
2362
2362
left : 13px ;
2363
+ border-radius : 6px ;
2364
+ display : flex ;
2365
+ justify-content : center ;
2366
+ align-items : center ;
2363
2367
2364
2368
img .emoji {
2365
2369
margin-right : 0 ;
2366
2370
}
2367
2371
}
2372
+
2373
+ > .item :hover {
2374
+ background : #4183c4 ;
2375
+ }
2368
2376
}
2369
2377
}
2370
2378
2408
2416
& :not (.active ) a {
2409
2417
display : none ;
2410
2418
}
2411
-
2412
- .item {
2413
- border-radius : 6px ;
2414
- display : flex ;
2415
- justify-content : center ;
2416
- align-items : center ;
2417
- }
2418
-
2419
- .item :hover {
2420
- background : #4183c4 ;
2421
- }
2422
2419
}
2423
2420
2424
2421
& :hover .select-reaction a {
Original file line number Diff line number Diff line change @@ -710,8 +710,8 @@ a.ui.basic.green.label:hover {
710
710
border-color : #404552 !important ;
711
711
}
712
712
713
- .repository .segment.reactions . select-reaction .item :hover {
714
- background : #305020 ;
713
+ .repository .select-reaction .item :hover {
714
+ background : #305020 !important ;
715
715
}
716
716
717
717
.ui.menu .item > .label {
You can’t perform that action at this time.
0 commit comments