mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-11 23:55:16 +01:00
hover refinement
This commit is contained in:
parent
ca19d304e4
commit
b5981074f7
@ -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
|
||||||
/////////////////////////////////////
|
/////////////////////////////////////
|
||||||
|
|
||||||
|
@ -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
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user