@beacon-interactive-systems-llc/beacon-platform-ui 19.0.7 → 19.0.8
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 +1 -1
- package/styles/_layout.scss +11 -0
package/package.json
CHANGED
package/styles/_layout.scss
CHANGED
|
@@ -570,6 +570,17 @@ $detail-view-width-expanded: calc(100vw - $leftnav-collapsed-width);
|
|
|
570
570
|
color: apply('platformLinkTableStyle');
|
|
571
571
|
}
|
|
572
572
|
}
|
|
573
|
+
|
|
574
|
+
&.disabled {
|
|
575
|
+
@include themify($platform_button_contrasts) {
|
|
576
|
+
color: apply('buttonDisabled') !important;
|
|
577
|
+
}
|
|
578
|
+
text-decoration: none;
|
|
579
|
+
&:hover {
|
|
580
|
+
cursor: default !important;
|
|
581
|
+
@include font-weight--semibold;
|
|
582
|
+
}
|
|
583
|
+
}
|
|
573
584
|
}
|
|
574
585
|
|
|
575
586
|
.drawer__body.search__drawer {
|