Fix WeaponUnit hover bug

This commit is contained in:
Justin Edmund 2022-02-03 00:28:33 -08:00
parent 2384058674
commit adf450f612

View file

@ -3,6 +3,13 @@
flex-direction: column;
gap: 4px;
&.editable .WeaponImage:hover {
border: 1px solid rgba(0, 0, 0, 0.1);
box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 14px;
cursor: pointer;
transform: $scale-wide;
}
&.mainhand {
margin-right: $unit * 3;
max-width: 200px;
@ -69,13 +76,6 @@
color: #555;
}
&.editable .WeaponImage:hover {
border: 1px solid rgba(0, 0, 0, 0.1);
box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 14px;
cursor: pointer;
transform: $scale-wide;
}
h3 {
color: #333;
font-size: $font-regular;