fix: Status actions should not be clickable when status bar is hidden (#2406)

This commit is contained in:
Dermot Duffy
2026-03-08 21:00:54 -07:00
committed by GitHub
parent ae90b1ec1f
commit ebe6b2f8c6
+3
View File
@@ -27,6 +27,9 @@
:host([data-style='popup'][hide]) {
opacity: 0;
}
:host([data-style='popup'][hide]) .item.action {
pointer-events: none;
}
/*********************
* Status bar contents