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 fdef4f9 commit f79b666Copy full SHA for f79b666
lib/css/components/buttons.less
@@ -4,7 +4,7 @@
4
--_bu-bc: transparent;
5
--_bu-bg: transparent;
6
--_bu-br: var(--br-sm);
7
- --_bu-bs: inset 0 var(--su-static1) 0 0 hsla(0, 0, 100%, 0.7);
+ --_bu-bs: none;
8
--_bu-fc: var(--theme-button-color);
9
--_bu-focus-ring: 0 0 0 var(--su-static4) var(--focus-ring);
10
--_bu-fs: var(--fs-body1);
@@ -111,6 +111,8 @@
111
112
// MODIFIERS
113
&&__filled {
114
+ --_bu-bs: inset 0 var(--su-static1) 0 0 hsla(0, 0, 100%, 0.7);
115
+
116
border-color: var(--_bu-filled-bc);
117
background-color: var(--_bu-filled-bg);
118
color: var(--_bu-filled-fc);
0 commit comments