File tree Expand file tree Collapse file tree
src/components/OverviewItem Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,6 +27,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
2727 - "item-magic-edit": icon for "magic" edit suggestions
2828 - "artefact-task-concatenatetofile": icon for "Concatenate to file" operator
2929
30+ ### Fixed
31+
32+ - ` <OverviewItemActions/> `
33+ - ` hiddenInteractions ` stay visible if they contain focused elements or opened overlays (e.g. context menus)
34+
3035### Changed
3136
3237- ` <ReactFlow /> `
Original file line number Diff line number Diff line change @@ -193,7 +193,10 @@ $eccgui-size-overviewitem-line-typo-large-lineheight: $eccgui-size-typo-subtitle
193193
194194 .#{$eccgui } -overviewitem__item :hover & ,
195195 .#{$eccgui } -overviewitem__item :focus & ,
196- .#{$eccgui } -overviewitem__item :active & {
196+ .#{$eccgui } -overviewitem__item :active & ,
197+ & :focus-within ,
198+ & :has (.#{$ns}-active),
199+ & :has (.#{$ns}-popover-open) {
197200 display : flex ;
198201 }
199202}
You can’t perform that action at this time.
0 commit comments