tweak(ui): adjust review diff style hover radius

pull/14197/head
David Hill 2026-02-18 19:49:50 +00:00
parent 31e964e7cf
commit bb6d1d502f
1 changed files with 6 additions and 0 deletions

View File

@ -48,6 +48,12 @@
[data-slot="radio-group-item-control"] {
border-radius: 6px;
}
[data-slot="radio-group-item-input"]:not([data-checked], [data-disabled])
+ [data-slot="radio-group-item-label"]:hover
[data-slot="radio-group-item-control"] {
border-radius: 4px;
}
}
[data-component="sticky-accordion-header"] {