Rename skill-action to actionSkill to conform with current coding style

This commit is contained in:
Aldi Doanta 2018-05-26 00:32:54 +08:00
parent 24e5ec9494
commit a24eb638d9
2 changed files with 9 additions and 9 deletions

View file

@ -186,7 +186,7 @@ body.choicePage .wrapper {
height: 53px;
}
.skill-action {
.actionSkill {
display: inline-block;
position: relative;
cursor: pointer;
@ -205,7 +205,7 @@ body.choicePage .wrapper {
color: white;
}
.skill-action .points {
.actionSkill .points {
visibility: initial;
}
@ -214,7 +214,7 @@ body.choicePage .wrapper {
}
.skill.full .points,
.skill-action .points {
.actionSkill .points {
color: #0B0;
}
@ -255,7 +255,7 @@ legend {
}
.tree .description,
.skill-action .description
.actionSkill .description
{
display: none;
position: absolute;
@ -277,7 +277,7 @@ legend {
right: 110%;
}
.skill-action .description {
.actionSkill .description {
top: 10%;
left: 105%;
}
@ -298,7 +298,7 @@ legend {
}
.tree .description h2,
.skill-action .description h2 {
.actionSkill .description h2 {
padding: 0.15em 0;
margin-bottom: 0.15em;
font-size: 125%;
@ -381,11 +381,11 @@ legend {
display: none;
}
.skill-action:hover .description {
.actionSkill:hover .description {
display: block;
}
.skill-action:hover .description:hover {
.actionSkill:hover .description:hover {
display: none;
}

View file

@ -18,7 +18,7 @@
</div>
<img unselectable="on" class="portrait" src="mechromancerPortrait.png">
<div>
<div class="skill-action"><img src="icons/mechromancer-actionskill.png" />
<div class="actionSkill"><img src="icons/mechromancer-actionskill.png" />
<div class="description"><h2>Summon Deathtrap</h2>Action Skill. Summon Deathtrap to fight for you. Cooldown: 60 seconds</div>
<div class="points">1/1</div>
</div>