UX: More small fixes (#9)

This commit is contained in:
Jordan Vidrine
2025-02-28 15:33:06 -06:00
committed by GitHub
parent 8e841a4b2e
commit 076263c7f5
5 changed files with 38 additions and 2 deletions
+7 -1
View File
@@ -13,7 +13,6 @@
}
}
.combo-box .combo-box-header,
.select-kit.is-expanded .select-kit-body,
.discourse-post-event .discourse-post-event-widget {
// needs more specificy than just in the button file
background-color: var(--secondary);
@@ -26,6 +25,13 @@
border-color: transparent;
}
}
.select-kit.is-expanded .select-kit-body {
border-radius: var(--d-border-radius);
border: 1px solid var(--accent-color);
background-color: var(--d-content-background);
}
.nav-pills > li > a:hover,
.nav-pills > li button:hover {
background: transparent;