We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99b0d3d commit 7e0b6c7Copy full SHA for 7e0b6c7
1 file changed
src/library-authoring/units/index.scss
@@ -14,7 +14,7 @@
14
&:focus {
15
// this is required for clicks to be passed to underlying iframe component
16
pointer-events: none;
17
- outline: solid 1px $dark-500;
+ outline: solid 1px var(--pgn-color-dark-500);
18
}
19
20
&::before {
0 commit comments