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
|
||||
|
||||
.icon
|
||||
&:hover,
|
||||
&:focus
|
||||
fill: $link-color
|
||||
|
||||
&:active
|
||||
fill: #fff
|
||||
|
||||
&.icon-entypo-menu
|
||||
width: 24px
|
||||
height: 24px
|
||||
|
||||
&:hover .icon,
|
||||
&:focus .icon
|
||||
fill: $link-color
|
||||
|
||||
&:active .icon
|
||||
fill: #fff
|
||||
|
||||
// Main Navigation
|
||||
/////////////////////////////////////
|
||||
|
||||
|
@ -368,12 +368,13 @@ gulp.task('build', function(cb) {
|
||||
runSequence(
|
||||
'clean',
|
||||
'jekyll:production',
|
||||
'assets',
|
||||
['css', 'js', 'images', 'fonts', 'media'],
|
||||
'icons',
|
||||
'svg-fallbacks',
|
||||
'revision',
|
||||
'revision-replace',
|
||||
'cdn',
|
||||
'imagemin',
|
||||
//'cdn',
|
||||
//'imagemin',
|
||||
cb
|
||||
);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user