@ardimedia/angular-portal-azure 0.3.16 → 0.3.17
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
|
@@ -197,6 +197,7 @@
|
|
|
197
197
|
|
|
198
198
|
/* Command bar */
|
|
199
199
|
--apa-commandbar-color: var(--apa-chrome-text);
|
|
200
|
+
--apa-commandbar-bg: rgba(255, 255, 255, 0.12);
|
|
200
201
|
--apa-commandbar-hover-bg: var(--apa-chrome-hover);
|
|
201
202
|
--apa-commandbar-border-color: var(--apa-slate-700);
|
|
202
203
|
|
|
@@ -753,10 +754,11 @@ a:focus, a:hover {
|
|
|
753
754
|
transition: background-color 0.07s ease-in;
|
|
754
755
|
cursor: pointer;
|
|
755
756
|
text-align: center;
|
|
757
|
+
background-color: var(--apa-commandbar-bg);
|
|
756
758
|
border: 1px solid var(--apa-commandbar-border-color);
|
|
757
759
|
}
|
|
758
760
|
.fxs-commandBar .fxs-commandBar-item:hover {
|
|
759
|
-
background-color:
|
|
761
|
+
background-color: var(--apa-commandbar-hover-bg);
|
|
760
762
|
}
|
|
761
763
|
.fxs-commandBar .fxs-commandBar-item .fxs-commandBar-item-text {
|
|
762
764
|
height: 22px;
|