Skip to content

Commit

Permalink
style linting fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
st-angelo-adobe committed Sep 30, 2024
1 parent 2e561a6 commit a77dd6c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions acrobat/blocks/nonprofit/nonprofit.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
box-sizing: border-box;
}

.np-icon path {
fill: var(--color-gray-600);
}

.np-stepper-container {
display: flex;
align-items: center;
Expand Down Expand Up @@ -80,7 +84,7 @@
height: 12px;
}

.np-step-separator path {
.np-step-separator.np-icon path {
fill: none;
}

Expand All @@ -105,8 +109,8 @@
background-color: var(--color-gray-300);
}

.np-stepper-back:hover path,
.np-stepper-back:focus path {
.np-stepper-back:hover .np-icon path,
.np-stepper-back:focus .np-icon path {
fill: var(--color-gray-800);
}

Expand Down Expand Up @@ -212,10 +216,6 @@
pointer-events: none;
}

.np-icon path {
fill: var(--color-gray-600);
}

.np-input:disabled ~ .np-icon path,
.np-stepper-back.disabled .np-icon path {
fill: var(--color-gray-400);
Expand Down

0 comments on commit a77dd6c

Please sign in to comment.