File tree 2 files changed +3
-9
lines changed
ffe-core-react/src/typography
2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ export const Standard: Story = {
14
14
args : {
15
15
underline : true ,
16
16
children : 'Some text' ,
17
+ href : 'https://design.sparebank1.no/' ,
17
18
} ,
18
19
render : args => < LinkText { ...args } /> ,
19
20
} ;
Original file line number Diff line number Diff line change 172
172
}
173
173
}
174
174
175
- & :visited {
176
- border-bottom-color : var (--ffe-color-foreground-interactive-link-pressed );
177
- color : var (--ffe-color-foreground-interactive-link-pressed );
178
- text-decoration : none ;
179
- }
180
-
181
175
&--no-underline {
182
176
border-bottom : none ;
183
177
}
184
178
185
179
& :focus {
186
- border-color : var (--ffe-color-foreground-interactive-link-pressed );
187
180
color : var (--ffe-color-foreground-interactive-link-pressed );
188
181
border-radius : 1px ;
189
- background-color : var (--ffe-color-foreground-interactive-link );
190
- box-shadow : 0 0 0 2px var (--ffe-color-foreground-interactive-link );
182
+ box-shadow : 0 0 0 2px var (--ffe-color-border-interactive-focus );
191
183
outline : none ;
184
+ border-bottom-color : transparent ;
192
185
}
193
186
}
194
187
You can’t perform that action at this time.
0 commit comments