mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-06 05:37:16 +02:00
fix(v2): remove extra top margin of tab item (#2758)
This commit is contained in:
parent
3ad4550854
commit
2d0b36df1b
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,10 @@
|
||||||
* LICENSE file in the root directory of this source tree.
|
* LICENSE file in the root directory of this source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
.tabItem {
|
||||||
|
margin-top: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
.tabItem:focus {
|
.tabItem:focus {
|
||||||
background-color: var(--ifm-hover-overlay);
|
background-color: var(--ifm-hover-overlay);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue