fix comment

This commit is contained in:
Cory LaViska
2023-02-06 10:47:08 -05:00
parent 039ab175c3
commit a4e371618a

View File

@@ -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;
}