Skip to content

Commit

Permalink
Use stronger contrasting color for the "active" shadow effect of buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
HDinger committed Aug 26, 2024
1 parent 85dd8e0 commit d8cbbbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/global_styles/content/_buttons.sass
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ a.button
&.-active
@include button-style(var(--button-default-bgColor-active), var(--button-default-bgColor-active), var(--button-default-fgColor-rest))
border-color: var(--button--active-border-color)
box-shadow: 0 0 3px var(--button--active-border-color) inset
box-shadow: 0 0 3px 1px var(--bgColor-neutral-muted) inset


&.-transparent
Expand Down

0 comments on commit d8cbbbe

Please sign in to comment.