Minor pointer fixes.

This commit is contained in:
Dermot Duffy
2024-08-17 11:40:33 -07:00
parent e503f0e429
commit 869c2f9049
3 changed files with 26 additions and 17 deletions
+8 -1
View File
@@ -13,6 +13,14 @@
transition: opacity 1s;
}
/*******************************************************
* Non-hover styles should not interact with the pointer
*******************************************************/
:host(:not([data-style*='hover'])) {
pointer-events: none;
}
/***************
* Outside style
***************/
@@ -32,7 +40,6 @@
}
:host([data-style='popup'][hide]) {
opacity: 0;
pointer-events: none;
}
/*********************