Skip to content

Commit

Permalink
Merge pull request #16526 from opf/bug/57282-openproject-dark-mode-re…
Browse files Browse the repository at this point in the history
…iterate-hoveractive-button-colour

[57282] OpenProject Dark Mode: reiterate hover/active button colour
  • Loading branch information
aaron-contreras authored Aug 26, 2024
2 parents 736da9a + d8cbbbe commit c14142f
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 c14142f

Please sign in to comment.