Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 4ce94fc

Browse files
committed
Merge pull request #768 from appirio-tech/dev
Add optional for now so we can deploy
2 parents 5d8813d + 026afd9 commit 4ce94fc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

assets/css/vendors/introjs.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,19 +68,19 @@
6868

6969
// Refactor buttons when button mixins and/or style guide is done
7070
.introjs-button {
71-
@extend .tc-btn;
72-
@extend .tc-btn-s;
71+
@extend .tc-btn !optional;
72+
@extend .tc-btn-s !optional;
7373
}
7474

7575
.introjs-skipbutton {
76-
@extend .tc-btn-ghost;
76+
@extend .tc-btn-ghost !optional;
7777
float: left;
7878
}
7979

8080

8181
.introjs-disabled {
82-
@extend .tc-btn-s;
83-
@extend :disabled;
82+
@extend .tc-btn-s !optional;
83+
@extend :disabled !optional;
8484
}
8585

8686
.introjs-prevbutton {

0 commit comments

Comments
 (0)