platypicker 1.0.12 → 1.0.13

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": "platypicker",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "src/platypicker.js",
@@ -98,8 +98,8 @@
98
98
 
99
99
 
100
100
  &.active, &:active {
101
- background-color: revert;
102
- color: revert;
101
+ color: initial;
102
+ background-color: initial;
103
103
 
104
104
  &::before {
105
105
  display: inline-block;
@@ -126,6 +126,11 @@
126
126
  }
127
127
  }
128
128
 
129
+ &:hover, &:focus {
130
+ color: var(--bs-dropdown-link-hover-color);
131
+ background-color: var(--bs-dropdown-link-hover-bg);
132
+ }
133
+
129
134
  &::highlight(platypicker-highlight),
130
135
  small::highlight(platypicker-highlight) {
131
136
  background-color: #fee6b1;