Skip to content

Commit ab950eb

Browse files
committed
Fix missing transition effect on tabs
1 parent b1a28a2 commit ab950eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scss/layout/_tabs.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
}
1313

14-
.workspace-tab-header:not(.is-active) .workspace-tab-header-inner {
14+
.workspace-tab-header:not(.is-active):hover .workspace-tab-header-inner {
1515
transition: var(--transition-hover-bg), var(--transition-hover-color);
1616
}
1717

theme.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)