Skip to content

Commit a1c9df1

Browse files
authored
Fix transition of navbar tabs (#3657)
1 parent 5b876ed commit a1c9df1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docuilib/src/css/custom.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ html[data-theme='dark'] .docusaurus-highlight-code-line {
5757
font-size: 14px;
5858
letter-spacing: 0.3px;
5959
line-height: 38px;
60+
border-bottom: 2px solid transparent;
61+
transition: all 0.2s ease-out;
6062
}
6163
.navbar__link--active {
6264
font-weight: 700;

0 commit comments

Comments
 (0)