1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-09-24 01:58:50 +02:00

hover refinement

This commit is contained in:
Matthias Kretschmann 2015-06-08 21:38:12 +02:00
parent ca19d304e4
commit b5981074f7
2 changed files with 11 additions and 10 deletions

View File

@ -19,17 +19,17 @@
outline: 0 outline: 0
.icon .icon
&:hover,
&:focus
fill: $link-color
&:active
fill: #fff
&.icon-entypo-menu &.icon-entypo-menu
width: 24px width: 24px
height: 24px height: 24px
&:hover .icon,
&:focus .icon
fill: $link-color
&:active .icon
fill: #fff
// Main Navigation // Main Navigation
///////////////////////////////////// /////////////////////////////////////

View File

@ -368,12 +368,13 @@ gulp.task('build', function(cb) {
runSequence( runSequence(
'clean', 'clean',
'jekyll:production', 'jekyll:production',
'assets', ['css', 'js', 'images', 'fonts', 'media'],
'icons',
'svg-fallbacks', 'svg-fallbacks',
'revision', 'revision',
'revision-replace', 'revision-replace',
'cdn', //'cdn',
'imagemin', //'imagemin',
cb cb
); );
}); });