File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -821,14 +821,14 @@ header.vff-header svg.f-logo {
821821 justify-content : center;
822822 cursor : pointer;
823823 outline : none;
824+ border : none;
824825 position : relative;
825826 margin-right : 8px ;
826827 padding : 0 ;
827828}
828829
829830.vff .field-iconrate ul .f-radios li .f-icon-wrap {
830831 flex : 1 1 0% ;
831- padding-right : 4px ;
832832 display : flex;
833833 -webkit-box-align : center;
834834 align-items : center;
@@ -837,6 +837,7 @@ header.vff-header svg.f-logo {
837837
838838.vff .field-iconrate ul .f-radios li .f-icon {
839839 margin-bottom : 8px ;
840+ align-self : stretch;
840841}
841842
842843.vff .field-iconrate ul .f-radios li .f-icon-wrap svg {
@@ -845,7 +846,7 @@ header.vff-header svg.f-logo {
845846 max-height : 64px ;
846847 max-width : 64px ;
847848 fill : transparent;
848- stroke : black ;
849+ stroke : var ( --vff-secondary-text-color ) ;
849850}
850851
851852.vff .field-iconrate ul .f-radios li .f-selected ,
@@ -861,7 +862,8 @@ header.vff-header svg.f-logo {
861862.vff .field-iconrate ul .f-radios li .f-selected .f-icon-wrap svg ,
862863.vff .field-iconrate ul .f-radios li .f-previous .f-icon-wrap svg ,
863864.vff .field-iconrate ul .f-radios li : active .f-icon-wrap svg {
864- fill : # 000 ;
865+ fill : var (--vff-main-text-color );
866+ stroke : var (--vff-main-text-color );
865867}
866868
867869/*
Original file line number Diff line number Diff line change 1515 <div v-else-if =" isIconScale" class =" f-icon-wrap" >
1616 <div class =" f-icon" >
1717 <svg xmlns =" http://www.w3.org/2000/svg" width =" 24" height =" 24" viewBox =" 0 0 24 24" >
18- <path d =" M12 .587l3.668 7.568 8.332 1.151-6.064 5.828 1.48 8.279-7.416-3.967-7.417 3.967 1.481-8.279-6.064-5.828 8.332-1.151z" />
18+ <path d =" M12 .587l3.668 7.568 8.332 1.151-6.064 5.828 1.48 8.279-7.416-3.967-7.417 3.967 1.481-8.279-6.064-5.828 8.332-1.151z" stroke-width = " .5 " />
1919 </svg >
2020 </div >
2121 <div class =" f-key" >{{ getToggleKey(option.value) }}</div >
You can’t perform that action at this time.
0 commit comments