File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
packages/react/src/ActionList Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -128,6 +128,14 @@ const stories = [
128128 title : 'Large Item' ,
129129 id : 'components-actionlist-features--large-item' ,
130130 } ,
131+ {
132+ title : 'Trailing count' ,
133+ id : 'components-actionlist-features--with-trailing-count' ,
134+ } ,
135+ {
136+ title : 'Keyboard shortcuts' ,
137+ id : 'components-actionlist-features--with-keyboard-shortcuts' ,
138+ } ,
131139] as const
132140
133141test . describe ( 'ActionList' , ( ) => {
Original file line number Diff line number Diff line change 179179 .ItemLabel {
180180 color : var (--control-danger-fgColor-hover );
181181 }
182+
183+ & [data-kbd-chord ] {
184+ background-color : var (--bgColor-default );
185+ transition : none;
186+ }
182187 }
183188 }
184189
191196 .ItemLabel {
192197 color : var (--control-danger-fgColor-hover );
193198 }
199+
200+ & [data-kbd-chord ] {
201+ background-color : var (--bgColor-default );
202+ transition : none;
203+ }
194204 }
195205 }
196206
You can’t perform that action at this time.
0 commit comments