File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,10 @@ $radius: 4px;
8787 color : var (--button-secondary-color-light );
8888 }
8989
90+ & : visited {
91+ color : var (--button-secondary-color );
92+ }
93+
9094 & : hover : enabled {
9195 background : inherit;
9296 background-color : var (--button-secondary-border-color );
@@ -118,8 +122,3 @@ $radius: 4px;
118122 aspect-ratio : 1 / 1 ;
119123 justify-items : center;
120124}
121-
122- a .iconLink svg ,
123- a .iconLink : visited svg {
124- fill : var (--font-color ) !important ;
125- }
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ IconButton.displayName = 'IconButton';
7979
8080export const IconLink = React . forwardRef < HTMLAnchorElement , LinkProps > (
8181 ( { children, ...props } , ref ) => (
82- < Link ref = { ref } className = { ` ${ styles . icon } ${ styles . iconLink } ` } { ...props } >
82+ < Link ref = { ref } className = { styles . icon } { ...props } >
8383 { children }
8484 </ Link >
8585 ) ,
You can’t perform that action at this time.
0 commit comments