@openmrs/esm-app-shell 10.0.1-pre.5035 → 10.0.1-pre.5047

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/.tmp/openmrs.css CHANGED
@@ -35651,8 +35651,8 @@ body {
35651
35651
  }
35652
35652
 
35653
35653
  /* Buttons */
35654
- .cds--btn--primary,
35655
- .cds--btn--primary:active,
35654
+ .cds--btn--primary:not(:where(.cds--copy-btn)),
35655
+ .cds--btn--primary:not(:where(.cds--copy-btn)):active,
35656
35656
  .cds--btn--tertiary:hover,
35657
35657
  .cds--btn--tertiary:active,
35658
35658
  .cds--btn--tertiary:focus {
@@ -35660,7 +35660,7 @@ body {
35660
35660
  background-color: var(--brand-03);
35661
35661
  }
35662
35662
 
35663
- .cds--btn--primary:hover {
35663
+ .cds--btn--primary:not(:where(.cds--copy-btn)):hover {
35664
35664
  background-color: #004144;
35665
35665
  background-color: var(--brand-02);
35666
35666
  }
@@ -35671,7 +35671,7 @@ body {
35671
35671
  }
35672
35672
 
35673
35673
  .cds--btn--tertiary,
35674
- .cds--btn--primary:focus,
35674
+ .cds--btn--primary:not(:where(.cds--copy-btn)):focus,
35675
35675
  .cds--btn--tertiary:focus {
35676
35676
  border-color: #007d79;
35677
35677
  border-color: var(--brand-03);