@egovernments/digit-ui-components-css 2.0.0-dev-07 → 2.0.0-dev-09

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": "@egovernments/digit-ui-components-css",
3
- "version": "2.0.0-dev-07",
3
+ "version": "2.0.0-dev-09",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "author": "Jagankumar <jagan.kumar@egovernments.org>",
@@ -488,7 +488,8 @@
488
488
  .digit-dropdown-select,
489
489
  .digit-multiselectdropdown-master,
490
490
  .digit-employee-card-textarea-field,
491
- .digit-card-textarea-field {
491
+ .digit-card-textarea-field,
492
+ .digit-multiselectdropdown-master-active {
492
493
  border-radius: var(--digitv2-borderRadius-radius2);
493
494
  }
494
495
 
@@ -533,4 +534,21 @@
533
534
  .digit-numeric-button-suffix{
534
535
  border-top-right-radius:var(--digitv2-borderRadius-radius2);
535
536
  border-bottom-right-radius: var(--digitv2-borderRadius-radius2);
537
+ }
538
+
539
+
540
+ input{
541
+ outline: none !important;
542
+
543
+ &:focus-visible{
544
+ outline: none !important;
545
+ }
546
+ }
547
+
548
+ .datepicker-popper-high-zindex {
549
+ z-index: 999999 !important;
550
+ }
551
+
552
+ .react-datepicker-popper {
553
+ z-index: 999999 !important;
536
554
  }