yew
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user