fix: Status actions should not be clickable when status bar is hidden (#2406)
This commit is contained in:
@@ -27,6 +27,9 @@
|
|||||||
:host([data-style='popup'][hide]) {
|
:host([data-style='popup'][hide]) {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
:host([data-style='popup'][hide]) .item.action {
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
|
||||||
/*********************
|
/*********************
|
||||||
* Status bar contents
|
* Status bar contents
|
||||||
|
|||||||
Reference in New Issue
Block a user