Mattias Bodlund 3 weeks ago
parent
commit
be00854ff8
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      app/assets/stylesheets/application.css

+ 3
- 2
app/assets/stylesheets/application.css View File

@ -922,10 +922,11 @@ dialog::backdrop {
} }
&.is-selected { &.is-selected {
background-color: var(--clr-black);
background-color: var(--clr-green);
border-color: var(--clr-green);
& svg { & svg {
fill: #fff;
fill: var(--clr-black);
} }
} }
} }


Loading…
Cancel
Save