File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 10
10
### Bug Fixes
11
11
12
12
- ` ToggleGroupControl ` : Fix active background for empty string value ([ #69969 ] ( https://github.com/WordPress/gutenberg/pull/69969 ) ).
13
+ - ` ItemGroup ` : Fix double border in ` ItemGroup ` when last item is focused ([ #70021 ] ( https://github.com/WordPress/gutenberg/pull/70021 ) ).
13
14
14
15
### Internal
15
16
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ export const separated = css`
65
65
border-bottom : 1px solid ${ CONFIG . surfaceBorderColor } ;
66
66
}
67
67
68
- > * : last-of-type > * : not ( : focus ) {
68
+ > * : last-of-type > * {
69
69
border-bottom-color : transparent;
70
70
}
71
71
` ;
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ Snapshot Diff:
115
115
<div >
116
116
<div
117
117
- class = " components-item-group css-1iattls-PolymorphicDiv-rounded e19lxcc00"
118
- + class = " components-item-group css-zgfros -PolymorphicDiv-separated-rounded e19lxcc00"
118
+ + class = " components-item-group css-1hvp0tq -PolymorphicDiv-separated-rounded e19lxcc00"
119
119
data-wp-c16t = " true"
120
120
data-wp-component = " ItemGroup"
121
121
role = " list"
You can’t perform that action at this time.
0 commit comments