benivo-ui-library 1.8.85 → 1.8.87

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/checkbox.less CHANGED
@@ -176,6 +176,10 @@
176
176
  }
177
177
 
178
178
  .form-check-label {
179
+ &:focus-visible {
180
+ outline: 1px auto Highlight;
181
+ outline: 1px auto -webkit-focus-ring-color;
182
+ }
179
183
  .icon-info-circle-light {
180
184
  margin-left: 0.5rem;
181
185
  vertical-align: middle;