Fixed a glitch in the matrix. On hover of last row matrix would start glitching

This commit is contained in:
VakarisZ 2019-12-02 12:45:50 +02:00
parent 5104160f8e
commit aa94ea2bf9
1 changed files with 5 additions and 1 deletions

View File

@ -125,11 +125,15 @@ $black: #000000;
}
.rt-tr-group {
.attack-matrix .rt-tr-group {
border-top: 3px solid white !important;
border-bottom: none !important;
}
.attack-matrix .rt-tr-group:last-child {
margin-bottom: 3px !important;
}
.icon-checked {
color: $green
}