We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f795c0 commit 477e17eCopy full SHA for 477e17e
polaris-react/src/components/Frame/components/ContextualSaveBar/ContextualSaveBar.scss
@@ -1,12 +1,6 @@
1
@import '../../../../styles/common';
2
3
.ContextualSaveBar {
4
- /* stylelint-disable -- polaris: Used to apply dark theme to action buttons */
5
- --p-color-bg: var(--p-color-bg-inverse);
6
- --p-color-text: var(--p-color-text-inverse);
7
- --p-color-bg-hover: var(--p-color-bg-inverse-hover);
8
- --p-color-bg-subdued-active: var(--p-color-bg-inverse-active);
9
- /* stylelint-enable */
10
display: flex;
11
height: $top-bar-height;
12
background: var(--p-color-bg-inverse);
0 commit comments