Skip to content
Snippets Groups Projects
Commit 331ee17a authored by Pierre-Jean CHANCELLIER's avatar Pierre-Jean CHANCELLIER
Browse files

change color for btn favorite toggle

parent 8dc2cf93
No related branches found
No related tags found
No related merge requests found
assets/img/favori_add.png

3.06 KiB | W: | H:

assets/img/favori_add.png

2.1 KiB | W: | H:

assets/img/favori_add.png
assets/img/favori_add.png
assets/img/favori_add.png
assets/img/favori_add.png
  • 2-up
  • Swipe
  • Onion skin
assets/img/favori_remove.png

2.89 KiB | W: | H:

assets/img/favori_remove.png

1.92 KiB | W: | H:

assets/img/favori_remove.png
assets/img/favori_remove.png
assets/img/favori_remove.png
assets/img/favori_remove.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -8,7 +8,7 @@
</h2>
<button
id="favori"
class="btn btn-light"
class="btn btn-info"
:class="{
add: !$favourites.list.includes(hash.uid),
remove: $favourites.list.includes(hash.uid)
......@@ -150,8 +150,8 @@ export default {
flex-direction: row;
}
}
#favori {
background-color: var(--light);
background-size: 75%;
background-repeat: no-repeat;
background-position: center;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment