indicator-ui 0.0.348 → 0.0.350
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/dist/index.css +4 -0
- package/dist/index.css.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -2961,6 +2961,9 @@
|
|
|
2961
2961
|
width: 20px;
|
|
2962
2962
|
height: 20px;
|
|
2963
2963
|
}
|
|
2964
|
+
.DropdownItem-module__dropdownItem___N8ZNV .DropdownItem-module__check___e4EmQ {
|
|
2965
|
+
display: none;
|
|
2966
|
+
}
|
|
2964
2967
|
@media only screen and (min-width: 1024px) {
|
|
2965
2968
|
.DropdownItem-module__dropdownItem___N8ZNV:hover {
|
|
2966
2969
|
background-color: var(--gray-100);
|
|
@@ -2975,6 +2978,7 @@
|
|
|
2975
2978
|
background-color: var(--primary-50);
|
|
2976
2979
|
}
|
|
2977
2980
|
.DropdownItem-module__dropdownItem___N8ZNV.DropdownItem-module__selected___gw70Z .DropdownItem-module__check___e4EmQ {
|
|
2981
|
+
display: flex;
|
|
2978
2982
|
opacity: 1;
|
|
2979
2983
|
}
|
|
2980
2984
|
@media only screen and (min-width: 1024px) {
|