Change color of an active thumbnail

This commit is contained in:
touffies
2013-10-25 10:11:04 +02:00
parent 84032af8aa
commit 1b3b470b60

View File

@@ -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