Skip to content

Commit 54d3b13

Browse files
committed
docs: 📝 Corrige apparence des liens dans doc Storybook
1 parent fedffe3 commit 54d3b13

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.storybook/theme.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
a.sbdocs {
22
color: #000091 !important;
33
outline-color: #000091 !important;
4+
--link-underline: 0;
5+
--link-blank-content: "";
46
}
57

68
a.sbdocs:hover {
79
text-decoration: underline;
810
}
11+
12+
.sbdocs a[href] {
13+
-webkit-box-shadow: none;
14+
box-shadow: none;
15+
}

0 commit comments

Comments
 (0)