File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -548,22 +548,18 @@ export default {
548548 & -- vue- tertiary- no- background {
549549 color: var (-- color- main- text);
550550 background- color: transparent;
551- opacity: .7 ;
552551 & : hover: not (: disabled ) {
553552 background- color: transparent;
554- opacity: 1 ;
555553 }
556554 }
557555
558556 // Tertiary on primary color (like the header)
559557 & -- vue- tertiary- on- primary {
560558 color: var (-- color- primary- text);
561559 background- color: transparent;
562- opacity: .7 ;
563560
564561 & : hover: not (: disabled ) {
565562 background- color: transparent;
566- opacity: 1 ;
567563 }
568564 }
569565
Original file line number Diff line number Diff line change 1- const { merge } = require ( 'webpack-merge' )
2- const common = require ( './webpack.common.js' )
1+ const { merge } = require ( 'webpack-merge' ) ;
2+ const common = require ( './webpack.common.js' ) ;
33
44module . exports = merge ( common , {
55 mode : 'development' ,
66 devServer : {
77 historyApiFallback : true ,
88 noInfo : true ,
9- overlay : true ,
9+ overlay : true
1010 } ,
1111 devtool : 'source-map' ,
1212} )
You can’t perform that action at this time.
0 commit comments