Mattias Bodlund 3 weeks ago
parent
commit
6119fff9ae
1 changed files with 15 additions and 0 deletions
  1. +15
    -0
      app/assets/stylesheets/application.css

+ 15
- 0
app/assets/stylesheets/application.css View File

@ -1340,6 +1340,21 @@ dialog::backdrop {
} }
.like-container {
button {
&.is-selected {
background-color: var(--clr-white);
border-color: var(--clr-white);
& svg {
fill: var(--clr-black);
}
}
}
}
} }


Loading…
Cancel
Save