Other: Improved visual styles of the image widget. Closes #12.
@@ -11,5 +11,6 @@
padding: ck-spacing();
font-size: ck-font-size( -1 );
color: ck-color( 'text', 40 );
+ outline-offset: -1px;
}
@@ -8,10 +8,10 @@
@include ck-color-add( (
'widget-blurred': #ddd,
- 'widget-hover': yellow
+ 'widget-hover': #FFD25C
) );
-$widget-outline-thickness: 2px;
+$widget-outline-thickness: 3px;
.ck-widget {
margin: ck-spacing() 0;