forked from p15670423/monkey
Fixed a glitch in the matrix. On hover of last row matrix would start glitching
This commit is contained in:
parent
5104160f8e
commit
aa94ea2bf9
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue