@selco/installation-ui-css 1.0.4 → 1.0.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@selco/installation-ui-css",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "author": "Adithya Katuku",
package/src/index.scss CHANGED
@@ -872,4 +872,13 @@ input[type="number"] {
872
872
  .digit-bread-crumb-seperator{
873
873
  color: #0B0C0C
874
874
  }
875
+ }
876
+
877
+ .digit-multiselectdropdown-wrap {
878
+ .digit-multiselectdropodwn-menuitem {
879
+ .digit-label.selectAll {
880
+ font-size: 16px;
881
+ text-decoration: underline;
882
+ }
883
+ }
875
884
  }