indicator-ui 0.0.276 → 0.0.278

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 CHANGED
@@ -2887,7 +2887,6 @@
2887
2887
  align-items: center;
2888
2888
  }
2889
2889
  .DropdownItem-module__dropdownItem___N8ZNV .DropdownItem-module__main___Lhu3D .DropdownItem-module__text___ASNww, .DropdownItem-module__dropdownItem___N8ZNV .DropdownItem-module__main___Lhu3D .DropdownItem-module__supportText___UEw04 {
2890
- width: 100%;
2891
2890
  text-overflow: ellipsis;
2892
2891
  overflow: hidden;
2893
2892
  text-wrap: nowrap;
@@ -2916,6 +2915,9 @@
2916
2915
  width: 20px;
2917
2916
  height: 20px;
2918
2917
  }
2918
+ .DropdownItem-module__dropdownItem___N8ZNV .DropdownItem-module__check___e4EmQ {
2919
+ display: none;
2920
+ }
2919
2921
  @media only screen and (min-width: 1024px) {
2920
2922
  .DropdownItem-module__dropdownItem___N8ZNV:hover {
2921
2923
  background-color: var(--gray-100);
@@ -2930,6 +2932,7 @@
2930
2932
  background-color: var(--blue-dark-50);
2931
2933
  }
2932
2934
  .DropdownItem-module__dropdownItem___N8ZNV.DropdownItem-module__selected___gw70Z .DropdownItem-module__check___e4EmQ {
2935
+ display: flex;
2933
2936
  opacity: 1;
2934
2937
  }
2935
2938
  @media only screen and (min-width: 1024px) {