Added a hover effect to the PowerItem

This commit is contained in:
Mathias Wagner 2023-05-31 02:48:12 +02:00
parent 5a47618dce
commit 25c9d62cf2
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -19,6 +19,9 @@
margin: 0
font-size: 15pt
.power-item:hover:not(.power-item-active)
border: 2px solid $dark-gray
.power-item-active
border: 2px solid $primary
filter: drop-shadow(0px 0px 3px $primary)