This commit is contained in:
ntr
2019-07-21 20:10:52 +10:00
parent 4ab8e99f1d
commit 19d1118cc4
4 changed files with 32 additions and 18 deletions
+9 -9
View File
@@ -45,19 +45,19 @@
background-color: @gray;
border-width: 0;
.reclaim {
height: auto;
:hover {
color: @red;
};
}
:active, :hover, :focus {
color: white;
}
.reclaiming, .reclaiming:hover, .reclaiming:active {
&.reclaim {
height: auto;
&:hover {
color: @red;
};
}
&.reclaiming, &.reclaiming:hover, &.reclaiming:active {
background: @red;
color: black;
}