Skip to content

Commit 66ee107

Browse files
committed
Use correct default color for new border config
Our default theme use default bootstrap variable and is not a real theme like other bootswatch themes. So be sure to use the default value when we do use variables before defaults bootstrap layer applies
1 parent 8ad252e commit 66ee107

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/resources/formats/html/bootstrap/_bootstrap-variables.scss

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -272,9 +272,5 @@ $link-weight: $font-weight-base !default;
272272
$link-decoration: null !default;
273273

274274
// border colors
275-
$border-color: mix(
276-
if(variable-exists(body-color), $body-color, #fff),
277-
$body-contrast-bg,
278-
30%
279-
) !default;
275+
$border-color: mix($body-contrast-color, $body-contrast-bg, 30%) !default;
280276
$table-border-color: $border-color !default;

0 commit comments

Comments
 (0)