Fixed content transition.

This commit is contained in:
Lars Jung 2012-08-11 22:40:23 +02:00
parent 71d22fb9e0
commit f7fbd2e256

View File

@ -2,7 +2,7 @@
#content {
border: 1px dashed #fff;
border-radius: 8px;
.transition(all 0.2s ease-in-out);
.transition(border-color 0.2s ease-in-out);
&.hint {
border-color: #ddd;