Change color of an active thumbnail
This commit is contained in:
@@ -33,12 +33,12 @@
|
|||||||
|
|
||||||
// thumbnail
|
// thumbnail
|
||||||
.thumbnail {
|
.thumbnail {
|
||||||
&.active,
|
/*&.active,
|
||||||
&:active {
|
&:active {
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-width: 2px;
|
border-width: 2px;
|
||||||
}
|
}*/
|
||||||
&.active { border-color: @gray-light; }
|
&.active { border-color: @gray-dark; }
|
||||||
}
|
}
|
||||||
|
|
||||||
// Layout
|
// Layout
|
||||||
|
|||||||
Reference in New Issue
Block a user