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 94e002d commit 0dec41eCopy full SHA for 0dec41e
ui/components/buttons/base/_index.scss
@@ -179,6 +179,26 @@ a.slds-button--inverse:focus {
179
}
180
181
182
+/**
183
+ * Creates the outlined button with the brand color
184
+ *
185
+ * @selector .slds-button_outline-brand
186
+ * @restrict .slds-button
187
+ * @modifier
188
+ * @group theme
189
+ */
190
+.slds-button_outline-brand {
191
+ @include button;
192
+ @include button-base;
193
+ border-color: $brand-accessible;
194
+
195
+ &[disabled] {
196
+ background: $brand-disabled;
197
+ border-color: $brand-disabled;
198
+ color: $color-text-button-brand-disabled;
199
+ }
200
+}
201
202
/**
203
* Creates the inverse style for dark backgrounds
204
*
0 commit comments