Skip to content

Commit

Permalink
morph: fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Oct 23, 2023
1 parent ee13d0b commit fa6d02d
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions dist/morph/_bootswatch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,8 @@ $box-shadow-dark: 5px 5px 10px rgba(darken($dark, 50%), .2), -5px -5px 10px rgba
@include color-mode(dark) {
.btn-check:not(:checked) + .btn,
.btn-check:not(:checked) + .btn:active {
background-color: $dark;
color: $navbar-dark-color;
background-color: $dark;
}
}

Expand Down Expand Up @@ -533,7 +533,7 @@ $box-shadow-dark: 5px 5px 10px rgba(darken($dark, 50%), .2), -5px -5px 10px rgba
.popover,
.toast {
background-color: mix($white, $dark, 3%);
box-shadow: 8px 8px 40px rgba(0, 0, 0, 0.15), inset 1px 1px 3px rgba(255, 255, 255, 0.05), inset -5px -5px 20px rgba(0, 0, 0, 0.05)
box-shadow: 8px 8px 40px rgba(0, 0, 0, .15), inset 1px 1px 3px rgba(255, 255, 255, .05), inset -5px -5px 20px rgba(0, 0, 0, .05);
}

.popover-header,
Expand Down
2 changes: 1 addition & 1 deletion dist/morph/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -12522,8 +12522,8 @@ textarea.form-control-lg {

[data-bs-theme=dark] .btn-check:not(:checked) + .btn,
[data-bs-theme=dark] .btn-check:not(:checked) + .btn:active {
background-color: #212529;
color: rgba(255, 255, 255, 0.75);
background-color: #212529;
}

.dropdown-menu {
Expand Down
2 changes: 1 addition & 1 deletion dist/morph/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/morph/bootstrap.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/morph/bootstrap.rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -12487,8 +12487,8 @@ textarea.form-control-lg {

[data-bs-theme=dark] .btn-check:not(:checked) + .btn,
[data-bs-theme=dark] .btn-check:not(:checked) + .btn:active {
background-color: #212529;
color: rgba(255, 255, 255, 0.75);
background-color: #212529;
}

.dropdown-menu {
Expand Down
2 changes: 1 addition & 1 deletion dist/morph/bootstrap.rtl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/morph/bootstrap.rtl.min.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/5/morph/_bootswatch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,8 @@ $box-shadow-dark: 5px 5px 10px rgba(darken($dark, 50%), .2), -5px -5px 10px rgba
@include color-mode(dark) {
.btn-check:not(:checked) + .btn,
.btn-check:not(:checked) + .btn:active {
background-color: $dark;
color: $navbar-dark-color;
background-color: $dark;
}
}

Expand Down Expand Up @@ -533,7 +533,7 @@ $box-shadow-dark: 5px 5px 10px rgba(darken($dark, 50%), .2), -5px -5px 10px rgba
.popover,
.toast {
background-color: mix($white, $dark, 3%);
box-shadow: 8px 8px 40px rgba(0, 0, 0, 0.15), inset 1px 1px 3px rgba(255, 255, 255, 0.05), inset -5px -5px 20px rgba(0, 0, 0, 0.05)
box-shadow: 8px 8px 40px rgba(0, 0, 0, .15), inset 1px 1px 3px rgba(255, 255, 255, .05), inset -5px -5px 20px rgba(0, 0, 0, .05);
}

.popover-header,
Expand Down
2 changes: 1 addition & 1 deletion docs/5/morph/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -12522,8 +12522,8 @@ textarea.form-control-lg {

[data-bs-theme=dark] .btn-check:not(:checked) + .btn,
[data-bs-theme=dark] .btn-check:not(:checked) + .btn:active {
background-color: #212529;
color: rgba(255, 255, 255, 0.75);
background-color: #212529;
}

.dropdown-menu {
Expand Down
2 changes: 1 addition & 1 deletion docs/5/morph/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/5/morph/bootstrap.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/5/morph/bootstrap.rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -12487,8 +12487,8 @@ textarea.form-control-lg {

[data-bs-theme=dark] .btn-check:not(:checked) + .btn,
[data-bs-theme=dark] .btn-check:not(:checked) + .btn:active {
background-color: #212529;
color: rgba(255, 255, 255, 0.75);
background-color: #212529;
}

.dropdown-menu {
Expand Down
2 changes: 1 addition & 1 deletion docs/5/morph/bootstrap.rtl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/5/morph/bootstrap.rtl.min.css.map

Large diffs are not rendered by default.

0 comments on commit fa6d02d

Please sign in to comment.