File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ var webpackConfig = {
9999 {
100100 test : / \. s t y l $ / ,
101101 // ExtractTextPlugin breaks HMR for CSS
102- loader : ExtractTextPlugin . extract ( 'style' , 'css!autoprefixer?browsers=last 2 version!stylus?linenos=true' )
102+ loader : ExtractTextPlugin . extract ( 'style' , 'css!autoprefixer?browsers=last 2 version!hover! stylus?linenos=true' )
103103 //loader: 'style!css!autoprefixer?browsers=last 2 version!stylus?linenos=true'
104104 } ,
105105 {
Original file line number Diff line number Diff line change 1+
2+ module . exports = function ( source ) {
3+ this . cacheable && this . cacheable ( ) ;
4+
5+ return source . replace ( / ^ ( .* ?: h o v e r ) / gim, '.working-hover $1' ) ;
6+
7+ } ;
Original file line number Diff line number Diff line change 3030 @extend $font-open
3131
3232.hide-open .hide-link ::after
33- @extend $font-close
33+ @extend $font-close
Original file line number Diff line number Diff line change 11$pseudo
22 text-decoration none
33 border-bottom 1px dashed transparent
4- .working-hover & :hover
4+ & :hover
55 border-bottom 1px dashed
66 text-decoration none
77
@@ -21,7 +21,7 @@ $link-type
2121 cursor pointer
2222 color link_color
2323
24- .working-hover . pseudo:hover
24+ .pseudo :hover
2525 color link_hover_color
2626
2727:link
@@ -38,8 +38,8 @@ $link-type
3838:visited
3939 text-decoration none
4040
41- .working-hover a :hover ,
42- .working-hover a :active
41+ a :hover ,
42+ a :active
4343 color link_hover_color
4444 text-decoration underline
4545
Original file line number Diff line number Diff line change 1717
1818 color #8B 89 87
1919
20- .working-hover & :hover
20+ & :hover
2121 text-decoration none
2222
2323 & __text
Original file line number Diff line number Diff line change 6060 & _error & __close
6161 color #A8 64 64
6262
63- & :hover
64- color lighten (@color , 20% )
63+ & _error & __close & :hover
64+ color lighten (# A8 64 64 , 20% )
6565
6666 & _warning
6767 background #FC F8 E1
7070 & _warning & __close
7171 color #A9 9E 62
7272
73- & :hover
74- color lighten (@color , 20% )
73+ & _warning & __close & :hover
74+ color lighten (# A9 9E 62 , 20% )
7575
7676 & _info
7777 background #D9 ED F8
8080 & _info & __close
8181 color #5C 87 9F
8282
83- & :hover
84- color lighten (@color , 20% )
83+ & _info & __close & :hover
84+ color lighten (# 5C 87 9F , 20% )
8585
8686 & _success
8787 background #DF F0 D6
9090 & _success & __close
9191 color #69 95 52
9292
93- & :hover
94- color lighten (@color , 20% )
93+ & _success & __close & :hover
94+ color lighten (# 69 95 52 , 20% )
9595
9696 & __close
9797 @extend $button-reset
You can’t perform that action at this time.
0 commit comments