Skip to content

Commit

Permalink
Improved UI for data-debug on empty spacers
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaydek Michels-Gualtieri committed Dec 19, 2020
1 parent cafa83e commit 39880b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/duomo/headers/data-debug.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
}
[data-debug] .spacer:empty {
outline: var(--debug-empty-spacer-outline);
outline-offset: 0;
outline-offset: 0; // Reset
}
}
2 changes: 1 addition & 1 deletion src/duomo/headers/introspection.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@

// `data-debug` presets.
--debug-outline: 2px solid hsla(210, 100%, 50%, 0.5);
--debug-empty-spacer-outline: 1px dashed hsla(210, 100%, 75%, 0.5);
--debug-outline-offset: -2px;
--debug-empty-spacer-outline: 2px dashed hsla(210, 100%, 50%, 0.5);
--debug-spacer-background-color: hsla(210, 100%, 50%, 0.25);

// `data-debug-space` presets.
Expand Down

0 comments on commit 39880b3

Please sign in to comment.