Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jrtashjian committed Sep 13, 2024
1 parent dd2ba4b commit 51e009b
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions packages/block-library/conditional-group/index.scss
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
.wp-block-omniform-conditional-group {

outline-color: var(--wp-admin-theme-color);
outline-offset: -1px;
outline-style: dashed;
outline-width: 1px;
padding-left: 1rem;
outline-color: var(--wp-admin-theme-color);
outline-offset: -1px;
outline-style: dashed;
outline-width: 1px;
padding-left: 1rem;

.condition-label {
display: block;
padding: 0.5rem 0;
font-size: 0.8em;
font-style: italic;
pointer-events: none;
color: var(--wp-admin-theme-color);
}
.condition-label {
display: block;
padding: 0.5rem 0;
font-size: 0.8em;
font-style: italic;
pointer-events: none;
color: var(--wp-admin-theme-color);
}
}

0 comments on commit 51e009b

Please sign in to comment.