tweak(ui): adjust review diff style hover radius
This commit is contained in:
parent
31e964e7cf
commit
bb6d1d502f
1 changed files with 6 additions and 0 deletions
|
|
@ -48,6 +48,12 @@
|
||||||
[data-slot="radio-group-item-control"] {
|
[data-slot="radio-group-item-control"] {
|
||||||
border-radius: 6px;
|
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"] {
|
[data-component="sticky-accordion-header"] {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue