Fix WeaponUnit hover bug
This commit is contained in:
parent
2384058674
commit
adf450f612
1 changed files with 7 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue