Add support for dynamic themes

This commit is contained in:
Art Lowel
2021-02-25 15:04:32 +01:00
parent 70dac6bc8f
commit 5a6e4b1278
224 changed files with 3429 additions and 1017 deletions

View File

@@ -1,15 +1,15 @@
.scrollable-menu {
height: auto;
max-height: $dropdown-menu-max-height;
max-height: var(--ds-dropdown-menu-max-height);
overflow-x: hidden;
}
.collection-item {
border-bottom: $dropdown-border-width solid $dropdown-border-color;
border-bottom: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
}
#collectionControlsDropdownMenu {
outline: 0;
left: 0 !important;
box-shadow: $btn-focus-box-shadow;
box-shadow: var(--bs-btn-focus-box-shadow);
}