Skip to content

Commit dad130a

Browse files
committed
yeti: lighten dropdown bg in dark mode, closes #1345
1 parent 81c6027 commit dad130a

14 files changed

Lines changed: 28 additions & 8 deletions

dist/yeti/_bootswatch.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,10 @@ label,
293293
}
294294

295295
@include color-mode(dark) {
296+
.dropdown-menu {
297+
--bs-dropdown-bg: var(--bs-gray-800);
298+
}
299+
296300
.pagination {
297301
--bs-pagination-disabled-color: #{$gray-700};
298302
}

dist/yeti/bootstrap.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12294,6 +12294,9 @@ label,
1229412294
border-radius: 3px;
1229512295
}
1229612296

12297+
[data-bs-theme=dark] .dropdown-menu {
12298+
--bs-dropdown-bg: var(--bs-gray-800);
12299+
}
1229712300
[data-bs-theme=dark] .pagination {
1229812301
--bs-pagination-disabled-color: #495057;
1229912302
}

dist/yeti/bootstrap.min.css

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/yeti/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/yeti/bootstrap.rtl.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12268,6 +12268,9 @@ label,
1226812268
border-radius: 3px;
1226912269
}
1227012270

12271+
[data-bs-theme=dark] .dropdown-menu {
12272+
--bs-dropdown-bg: var(--bs-gray-800);
12273+
}
1227112274
[data-bs-theme=dark] .pagination {
1227212275
--bs-pagination-disabled-color: #495057;
1227312276
}

dist/yeti/bootstrap.rtl.min.css

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/yeti/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/yeti/_bootswatch.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,10 @@ label,
293293
}
294294

295295
@include color-mode(dark) {
296+
.dropdown-menu {
297+
--bs-dropdown-bg: var(--bs-gray-800);
298+
}
299+
296300
.pagination {
297301
--bs-pagination-disabled-color: #{$gray-700};
298302
}

docs/5/yeti/bootstrap.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12294,6 +12294,9 @@ label,
1229412294
border-radius: 3px;
1229512295
}
1229612296

12297+
[data-bs-theme=dark] .dropdown-menu {
12298+
--bs-dropdown-bg: var(--bs-gray-800);
12299+
}
1229712300
[data-bs-theme=dark] .pagination {
1229812301
--bs-pagination-disabled-color: #495057;
1229912302
}

docs/5/yeti/bootstrap.min.css

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)