@floegence/floe-webapp-core 0.36.27 → 0.36.28
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/dist/workbench.css
CHANGED
|
@@ -648,6 +648,21 @@
|
|
|
648
648
|
text-align: left;
|
|
649
649
|
}
|
|
650
650
|
|
|
651
|
+
.workbench-context-menu__icon {
|
|
652
|
+
display: inline-flex;
|
|
653
|
+
align-items: center;
|
|
654
|
+
justify-content: center;
|
|
655
|
+
width: 14px;
|
|
656
|
+
height: 14px;
|
|
657
|
+
flex-shrink: 0;
|
|
658
|
+
}
|
|
659
|
+
|
|
660
|
+
.workbench-context-menu__icon-svg {
|
|
661
|
+
width: 14px;
|
|
662
|
+
height: 14px;
|
|
663
|
+
flex-shrink: 0;
|
|
664
|
+
}
|
|
665
|
+
|
|
651
666
|
.workbench-context-menu__item:hover {
|
|
652
667
|
background: var(--accent, #f2f2f2);
|
|
653
668
|
}
|