dibk-design 2.1.4 → 2.1.5

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.
@@ -115,7 +115,6 @@
115
115
  &:not(.hasTheme) {
116
116
  &:hover:not(.noHover),
117
117
  &:focus-visible,
118
- &:focus-within,
119
118
  &:active {
120
119
  background-color: #fff;
121
120
  color: $color-primary;
@@ -164,7 +163,8 @@
164
163
  border: 1px solid $color-primary;
165
164
  &:hover,
166
165
  &:focus,
167
- &:focus-within &:active {
166
+ &:focus-within,
167
+ &:active {
168
168
  background-color: $color-primary;
169
169
  cursor: default;
170
170
  opacity: 0.6;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dibk-design",
3
- "version": "2.1.4",
3
+ "version": "2.1.5",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",