0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-06 14:22:52 +00:00

Revert dismiss styling to opacity change on hover

This commit is contained in:
G.Ambatte
2024-06-06 22:37:01 +12:00
parent 359a64968c
commit 8c315980e9

View File

@@ -31,10 +31,10 @@
top : 10px; top : 10px;
right : 10px; right : 10px;
cursor : pointer; cursor : pointer;
opacity : 0.6;
background-color: transparent; background-color: transparent;
&:hover{ &:hover{
opacity : 1; opacity : 1;
background-color: #333;
} }
} }
.header { .header {