mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-03-23 23:57:23 +01:00
fix: update relief icon hover transition and click selection logic
This commit is contained in:
parent
bf22c5eaf6
commit
4515232e93
3 changed files with 96 additions and 61 deletions
|
|
@ -2089,13 +2089,12 @@ svg.button {
|
|||
background-color: #e7e6e4;
|
||||
border: 1px solid #a9a9a9;
|
||||
cursor: pointer;
|
||||
transition: all 0.2s;
|
||||
}
|
||||
|
||||
#reliefIconsDiv svg:hover {
|
||||
border-color: #5c5c5c;
|
||||
background-color: #eef6fb;
|
||||
transition: all 0.3s ease-out 3s;
|
||||
transform: scale(2);
|
||||
}
|
||||
|
||||
#reliefIconsDiv svg.pressed {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue