mirror of
https://github.com/zhigang1992/react.git
synced 2026-03-26 22:42:51 +08:00
docs: remove text-transform on active link
This commit is contained in:
@@ -66,9 +66,8 @@ const SideItem: React.FC<React.PropsWithChildren<SideItemProps>> = React.memo(({
|
||||
|
||||
.link :global(a.active) {
|
||||
color: ${theme.palette.background};
|
||||
font-weight: 700;
|
||||
font-weight: bold;
|
||||
background-color: ${theme.palette.accents_7};
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.children {
|
||||
|
||||
Reference in New Issue
Block a user