Skip to content

Commit f79b666

Browse files
authored
fix(button): fix base box-shadow styling (#1203)
1 parent fdef4f9 commit f79b666

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/css/components/buttons.less

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
--_bu-bc: transparent;
55
--_bu-bg: transparent;
66
--_bu-br: var(--br-sm);
7-
--_bu-bs: inset 0 var(--su-static1) 0 0 hsla(0, 0, 100%, 0.7);
7+
--_bu-bs: none;
88
--_bu-fc: var(--theme-button-color);
99
--_bu-focus-ring: 0 0 0 var(--su-static4) var(--focus-ring);
1010
--_bu-fs: var(--fs-body1);
@@ -111,6 +111,8 @@
111111

112112
// MODIFIERS
113113
&&__filled {
114+
--_bu-bs: inset 0 var(--su-static1) 0 0 hsla(0, 0, 100%, 0.7);
115+
114116
border-color: var(--_bu-filled-bc);
115117
background-color: var(--_bu-filled-bg);
116118
color: var(--_bu-filled-fc);

0 commit comments

Comments
 (0)