mod-base 1.0.64-beta.1 → 1.0.64-beta.2

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.64-beta.1",
3
+ "version": "1.0.64-beta.2",
4
4
  "description": "Base Styles for S3 Sites",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -140,10 +140,21 @@ $contact-us-blue-light: #8498E7;
140
140
  background: transparent;
141
141
  border: 1px solid $color-grey-500;
142
142
  }
143
-
143
+ }
144
+
145
+ ~ .checkbox__label-text {
146
+ &::before {
147
+ border: 1px solid $color-grey-500;
148
+ }
149
+ }
150
+
151
+ &:active,
152
+ &:focus,
153
+ &:hover,
154
+ &:checked {
144
155
  ~ .checkbox__label-text {
145
156
  &::before {
146
- border: 1px solid $color-grey-500;
157
+ border: 1px solid $radio-btn-standard-hover-select-background-color;
147
158
  }
148
159
  }
149
160
  }