Skip to content

Commit d87a163

Browse files
committed
sketchy: fix lint errors
1 parent c6c86cd commit d87a163

10 files changed

+28
-26
lines changed

dist/sketchy/_bootswatch.scss

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -290,19 +290,19 @@ select.form-control {
290290
}
291291

292292
[data-bs-theme="dark"] {
293-
[type=radio]::before {
293+
[type="radio"]::before {
294294
border-color: $white;
295295
}
296296

297-
[type=radio]:checked::before {
297+
[type="radio"]:checked::before {
298298
background-color: $white;
299299
}
300300

301-
[type=checkbox]::before {
301+
[type="checkbox"]::before {
302302
border-color: $white;
303303
}
304-
305-
[type=checkbox]:checked::before {
304+
305+
[type="checkbox"]:checked::before {
306306
background-color: $white;
307307
}
308308

@@ -451,10 +451,9 @@ select.form-control {
451451
border-radius: $border-radius-sm-sketchy;
452452
}
453453

454-
[data-bs-theme="dark"] {
455-
.progress, .progress-stacked {
456-
background-color: $secondary;
457-
}
454+
[data-bs-theme="dark"] .progress,
455+
[data-bs-theme="dark"] .progress-stacked {
456+
background-color: $secondary;
458457
}
459458

460459
// Containers

dist/sketchy/bootstrap.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12432,7 +12432,8 @@ select.form-control {
1243212432
border-radius: 255px 25px 225px 25px/25px 225px 25px 255px;
1243312433
}
1243412434

12435-
[data-bs-theme=dark] .progress, [data-bs-theme=dark] .progress-stacked {
12435+
[data-bs-theme=dark] .progress,
12436+
[data-bs-theme=dark] .progress-stacked {
1243612437
background-color: #555;
1243712438
}
1243812439

dist/sketchy/bootstrap.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/sketchy/bootstrap.rtl.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12406,7 +12406,8 @@ select.form-control {
1240612406
border-radius: 25px 255px 25px 225px/225px 25px 255px 25px;
1240712407
}
1240812408

12409-
[data-bs-theme=dark] .progress, [data-bs-theme=dark] .progress-stacked {
12409+
[data-bs-theme=dark] .progress,
12410+
[data-bs-theme=dark] .progress-stacked {
1241012411
background-color: #555;
1241112412
}
1241212413

dist/sketchy/bootstrap.rtl.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/5/sketchy/_bootswatch.scss

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -290,19 +290,19 @@ select.form-control {
290290
}
291291

292292
[data-bs-theme="dark"] {
293-
[type=radio]::before {
293+
[type="radio"]::before {
294294
border-color: $white;
295295
}
296296

297-
[type=radio]:checked::before {
297+
[type="radio"]:checked::before {
298298
background-color: $white;
299299
}
300300

301-
[type=checkbox]::before {
301+
[type="checkbox"]::before {
302302
border-color: $white;
303303
}
304-
305-
[type=checkbox]:checked::before {
304+
305+
[type="checkbox"]:checked::before {
306306
background-color: $white;
307307
}
308308

@@ -451,10 +451,9 @@ select.form-control {
451451
border-radius: $border-radius-sm-sketchy;
452452
}
453453

454-
[data-bs-theme="dark"] {
455-
.progress, .progress-stacked {
456-
background-color: $secondary;
457-
}
454+
[data-bs-theme="dark"] .progress,
455+
[data-bs-theme="dark"] .progress-stacked {
456+
background-color: $secondary;
458457
}
459458

460459
// Containers

docs/5/sketchy/bootstrap.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12432,7 +12432,8 @@ select.form-control {
1243212432
border-radius: 255px 25px 225px 25px/25px 225px 25px 255px;
1243312433
}
1243412434

12435-
[data-bs-theme=dark] .progress, [data-bs-theme=dark] .progress-stacked {
12435+
[data-bs-theme=dark] .progress,
12436+
[data-bs-theme=dark] .progress-stacked {
1243612437
background-color: #555;
1243712438
}
1243812439

docs/5/sketchy/bootstrap.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/5/sketchy/bootstrap.rtl.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12406,7 +12406,8 @@ select.form-control {
1240612406
border-radius: 25px 255px 25px 225px/225px 25px 255px 25px;
1240712407
}
1240812408

12409-
[data-bs-theme=dark] .progress, [data-bs-theme=dark] .progress-stacked {
12409+
[data-bs-theme=dark] .progress,
12410+
[data-bs-theme=dark] .progress-stacked {
1241012411
background-color: #555;
1241112412
}
1241212413

docs/5/sketchy/bootstrap.rtl.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)