Skip to content

UX: Introduce shadow variables #34151

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Open
Prev Previous commit
Next Next commit
more
  • Loading branch information
jordanvidrine committed Aug 7, 2025
commit 26bb047f12b3200b2574747b084ff12d91b7ed70
2 changes: 1 addition & 1 deletion app/assets/stylesheets/common/base/discourse.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
--y-shadow-offset: 0px;
--blur-shadow: 0px;
--spread-shadow: 0px;
--d-shadow-color: rgb(0, 0, 0, 0.1);
--d-shadow-color: transparent;
--d-box-shadow: var(--x-shadow-offset) var(--y-shadow-offset)
var(--blur-shadow) var(--spread-shadow) var(--d-shadow-color);
--d-popover-box-shadow: var(--shadow-dropdown);
Expand Down