Skip to content

Commit f67605b

Browse files
committed
Merge pull request #2958 from lukegaluszka/2949_variable_scss
fix(scss): tabs striped variable update
2 parents acd0ff8 + 9d676b0 commit f67605b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scss/_variables.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,8 @@ $tab-item-max-width: 150px !default;
281281

282282
$tabs-off-opacity: 0.4 !default;
283283
$tabs-striped-off-opacity: $tabs-off-opacity !default;
284-
$tabs-striped-off-color: #000;
285-
$tabs-striped-border-width: 2px;
284+
$tabs-striped-off-color: #000 !default;
285+
$tabs-striped-border-width: 2px !default;
286286

287287

288288
// Items

0 commit comments

Comments
 (0)