Skip to content

Commit 1fe9097

Browse files
Apply #12576 to top right reaction picker (#12623)
Co-authored-by: techknowlogick <[email protected]>
1 parent 3bf1c4f commit 1fe9097

File tree

2 files changed

+10
-13
lines changed

2 files changed

+10
-13
lines changed

web_src/less/_repository.less

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2360,11 +2360,19 @@
23602360
font-size: 1.5em;
23612361
width: 39px;
23622362
left: 13px;
2363+
border-radius: 6px;
2364+
display: flex;
2365+
justify-content: center;
2366+
align-items: center;
23632367

23642368
img.emoji {
23652369
margin-right: 0;
23662370
}
23672371
}
2372+
2373+
> .item:hover {
2374+
background: #4183c4;
2375+
}
23682376
}
23692377
}
23702378

@@ -2408,17 +2416,6 @@
24082416
&:not(.active) a {
24092417
display: none;
24102418
}
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-
}
24222419
}
24232420

24242421
&:hover .select-reaction a {

web_src/less/themes/theme-arc-green.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -710,8 +710,8 @@ a.ui.basic.green.label:hover {
710710
border-color: #404552 !important;
711711
}
712712

713-
.repository .segment.reactions .select-reaction .item:hover {
714-
background: #305020;
713+
.repository .select-reaction .item:hover {
714+
background: #305020 !important;
715715
}
716716

717717
.ui.menu .item > .label {

0 commit comments

Comments
 (0)