@@ -36,6 +36,7 @@ $options: (
3636 ' font-weight' : theme (' typography' , ' font-weight' ),
3737 ' border' : set-border (), // default border
3838 ' border-radius' : theme (' border' , ' radius' ),
39+ ' line-height' : theme (' typography' , ' line-height' ),
3940 ' href' : (
4041 ' color' : theme (' color' , ' text' ),
4142 ' text-decoration' : underline
@@ -423,7 +424,7 @@ $options: (
423424 ' list-style' : none ,
424425 ' box-shadow' : theme (' shadow' ),
425426 ' z-index' : 300 ,
426- ' background-color' : lighten ( theme (' color' , ' background' ), 2.5 % ),
427+ ' background-color' : theme (' color' , ' background' ),
427428 ' title' : (
428429 ' font-size' : 1.065rem ,
429430 ' font-weight' : bold ,
@@ -449,7 +450,7 @@ $options: (
449450 ),
450451 ' active' : (
451452 ' color' : theme (' color' , ' text' ),
452- ' background-color' : color .$grey
453+ ' background-color' : color .$light- grey
453454 ),
454455 ' hover' : (
455456 ' color' : theme (' color' , ' text' ),
@@ -495,17 +496,21 @@ $options: (
495496 ' gradient' : ' gradient'
496497 ),
497498 ' settings' : (
498- ' font-family' : inherit ,
499- ' font-size' : 1rem ,
500- ' color' : theme (' color' , ' text' ),
501- ' font-weight' : bold ,
502- ' background' : white ,
503- ' width' : 100% ,
504- ' min-height' : 80px ,
505- ' button' : (
499+ ' font-family' : inherit ,
500+ ' font-size' : 1rem ,
501+ ' color' : theme (' color' , ' text' ),
502+ ' font-weight' : bold ,
503+ ' background-color ' : #fff ,
504+ ' width' : 100% ,
505+ ' min-height' : 80px ,
506+ ' button' : (
506507 ' padding' : .935rem 1.4rem ,
507508 ' icon' : (
508509 ' color' : theme (' color' , ' text' )
510+ ),
511+ ' active' : (
512+ ' color' : theme (' color' , ' text' ),
513+ ' background-color' : color .$light-grey
509514 )
510515 ),
511516 ' brand' : (
@@ -526,23 +531,23 @@ $options: (
526531 ' input' : (
527532 ' color' : theme (' color' , ' text' ),
528533 ' background-color' : white ,
529- ' border-color' : theme (' color ' , ' dark ' ),
534+ ' border-color' : theme (' border ' , ' color ' ),
530535 ' border-width' : theme (' border' , ' width' ),
531536 ' placeholder-color' : white ,
532- ' focus-outline' : elements ( ' form ' , ' input ' , ' outline-width ' ) solid theme (' color' , ' primary' )
537+ ' focus-outline' : 2 px solid theme (' color' , ' primary' )
533538 ),
534539 ' menu' : ( // settings of dropdown menu in navbar
535- ' background-color' : components ( ' menu ' , ' background-color ' ),
540+ ' background-color' : theme ( ' color ' , ' background' ),
536541 ' item' : (
537- ' color' : components ( ' menu ' , ' item ' , ' href ' , ' color ' )
542+ ' color' : theme ( ' color ' , ' text ' )
538543 ),
539544 ' hover' : (
540- ' color' : components ( ' menu ' , ' item ' , ' hover ' , ' color ' ),
541- ' background-color' : components ( ' menu ' , ' item ' , ' hover ' , ' background- color' )
545+ ' color' : theme ( ' color ' , ' text ' ),
546+ ' background-color' : color . $grey
542547 ),
543548 ' active' : (
544- ' color' : components ( ' menu ' , ' item ' , ' active ' , ' color ' ),
545- ' background-color' : components ( ' menu ' , ' item ' , ' active ' , ' background- color' )
549+ ' color' : theme ( ' color ' , ' text ' ),
550+ ' background-color' : color . $grey
546551 )
547552 ),
548553 ' styles' : (
@@ -553,7 +558,7 @@ $options: (
553558 darken (theme (' color' , ' primary' ), 7% ), // input bg
554559 white , // input color
555560 lighten (theme (' color' , ' primary' ), 4% ), // input border color
556- darken (theme (' color' , ' primary' ), 5 % ) // divider color
561+ darken (theme (' color' , ' primary' ), 8 % ) // divider color
557562 ),
558563 (
559564 " dark" , // theme name (class)
0 commit comments