We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79488c4 commit 64dd6ccCopy full SHA for 64dd6cc
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@gsa-sam/sam-styles",
3
- "version": "3.0.3",
+ "version": "3.0.4",
4
"description": "",
5
"main": "index.js",
6
"scripts": {
sam-styles/packages/branding/elements/_inputs.scss
@@ -139,7 +139,7 @@
139
.usa-checkbox__input[aria-checked="mixed"]:disabled+.usa-checkbox__label:before {
140
@include u-bg("primary");
141
box-shadow: 0 0 0 2px #70e17b;
142
- //background-image: url("#{$theme-image-path}/minus-white.svg");
+ background-image: url("#{$sam-image-path}/minus-white.svg");
143
background-repeat: no-repeat;
144
background-position: center center;
145
background-size: 0.75rem auto;
0 commit comments