Skip to content

Commit bb6d1d5

Browse files
committed
tweak(ui): adjust review diff style hover radius
1 parent 31e964e commit bb6d1d5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

packages/ui/src/components/session-review.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@
4848
[data-slot="radio-group-item-control"] {
4949
border-radius: 6px;
5050
}
51+
52+
[data-slot="radio-group-item-input"]:not([data-checked], [data-disabled])
53+
+ [data-slot="radio-group-item-label"]:hover
54+
[data-slot="radio-group-item-control"] {
55+
border-radius: 4px;
56+
}
5157
}
5258

5359
[data-component="sticky-accordion-header"] {

0 commit comments

Comments
 (0)