mod-base 1.0.65-beta.2 → 1.0.65-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mod-base",
3
- "version": "1.0.65-beta.2",
3
+ "version": "1.0.65-beta.3",
4
4
  "description": "Base Styles for S3 Sites",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -157,12 +157,6 @@ $contact-us-blue-light: #8498E7;
157
157
  background: $radio-btn-standard-hover-select-background-color;
158
158
  border: 1px solid $radio-btn-standard-hover-select-background-color;
159
159
  }
160
-
161
- ~ .checkbox__label-text {
162
- &::before {
163
- border: 1px solid $radio-btn-border-color;
164
- }
165
- }
166
160
  }
167
161
 
168
162
  &:checked {
@@ -177,6 +171,14 @@ $contact-us-blue-light: #8498E7;
177
171
  border: 1px solid $radio-btn-checked-border-color;
178
172
  }
179
173
  }
174
+
175
+ &:focus-visible {
176
+ ~ .checkbox__label-text {
177
+ &::before {
178
+ border: 1px solid $radio-btn-checked-border-color;
179
+ }
180
+ }
181
+ }
180
182
  }
181
183
  }
182
184
  }