Skip to content

Commit 6a55ad3

Browse files
committed
Dropdown fixes
1 parent d3d87dd commit 6a55ad3

File tree

4 files changed

+37
-29
lines changed

4 files changed

+37
-29
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quilt-bulma",
3-
"version": "0.0.22",
3+
"version": "0.0.23",
44
"description": "Bulma, customized for use on Quilt's websites",
55
"scripts": {
66
"build": "node build.mjs",
@@ -14,7 +14,7 @@
1414
"clean-css": "^5.3.2",
1515
"glob": "^8.1.0",
1616
"npm-pack-zip": "^1.3.0",
17-
"sass": "^1.58.0"
17+
"sass": "^1.62.1"
1818
},
1919
"repository": "https://github.com/QuiltMC/quilt-bulma",
2020
"files": [

pnpm-lock.yaml

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sass/components/misc.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,3 +292,7 @@ span.inline-divider {
292292
main {
293293
overflow-wrap: break-word;
294294
}
295+
296+
.dropdown a.dropdown-item {
297+
padding-right: 1rem;
298+
}

sass/themes/dark.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,13 @@ $modal-close-dimensions: 80px;
157157
$modal-close-button-color: $black;
158158
$modal-background-background-color: rgba(0, 0, 0, 0.86);
159159

160+
$dropdown-content-background-color: darken($primary, 30%);
161+
$dropdown-item-hover-background-color: $primary;
162+
$dropdown-item-active-background-color: $primary;
163+
160164
$hr-color: $grey-dark;
161165
$notification-link-color: $white;
162166
$inline-divider-color: $grey-dark;
163167
$notification-background-color: lighten($dark, 10%);
164168

165-
$low-contrast-switch-enabled: true;
169+
$low-contrast-switch-enabled: true;

0 commit comments

Comments
 (0)