pull/1186/head
Cory LaViska 2023-02-06 10:47:08 -05:00
rodzic 039ab175c3
commit a4e371618a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -48,7 +48,7 @@ export default css`
cursor: not-allowed;
}
/* When disabled, prevent mouse events from bubbling up */
/* When disabled, prevent mouse events from bubbling up from children */
.button--disabled * {
pointer-events: none;
}