File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,6 +57,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
5757 - use the latest provided ` onChange ` function
5858- ` <TextField /> ` , ` <TextArea /> `
5959 - fix emoji false-positives in invisible character detection
60+ - ` <Modal /> `
61+ - fix specificity for pointer-events rules on SVG
6062- Focus outlines
6163 - we use again bold focus outlines for input elements
6264 - they are also used for clickable elements that are focused via keyboard (tab navigation)
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ $eccgui-color-modal-backdrop: eccgui-color-rgba(
4141 max-width : calc (100vw - 4rem );
4242 max-height : calc (100vh - 4rem );
4343 margin : 2rem ;
44- pointer-events : all ;
44+ pointer-events : auto ;
4545 user-select : text ;
4646
4747 & > * {
@@ -50,7 +50,7 @@ $eccgui-color-modal-backdrop: eccgui-color-rgba(
5050 max-width : 100% ;
5151 }
5252
53- * {
53+ * :has ( > svg ) {
5454 pointer-events : all ;
5555 }
5656
You can’t perform that action at this time.
0 commit comments