Skip to content

Commit

Permalink
Fixed #219 Checkbox icons appear the wrong color when checkbox import...
Browse files Browse the repository at this point in the history
  • Loading branch information
Jian Liao committed Aug 8, 2019
1 parent c688e77 commit f4401b5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions components/checkbox/skin.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ governing permissions and limitations under the License.
color: var(--spectrum-checkbox-text-color);
}

.spectrum-Checkbox-checkmark,
.spectrum-Checkbox-partialCheckmark {
color: var(--spectrum-checkbox-checkmark-color);
}

.spectrum-Checkbox-box {
border-color: var(--spectrum-checkbox-box-border-color);
background-color: var(--spectrum-checkbox-box-background-color);
Expand Down Expand Up @@ -72,6 +67,11 @@ governing permissions and limitations under the License.
color: var(--spectrum-checkbox-text-color-down);
}
}

.spectrum-Checkbox-checkmark,
.spectrum-Checkbox-partialCheckmark {
color: var(--spectrum-checkbox-checkmark-color);
}
}

.spectrum-Checkbox-input {
Expand Down

0 comments on commit f4401b5

Please sign in to comment.