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