From 59fcf32d369f7cc22c10078c497dbd4d5e35a714 Mon Sep 17 00:00:00 2001 From: gabalafou Date: Mon, 3 Jun 2024 15:43:04 +0200 Subject: [PATCH] Trim some rendundant CSS from _header.scss --- src/pydata_sphinx_theme/assets/styles/sections/_header.scss | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/pydata_sphinx_theme/assets/styles/sections/_header.scss b/src/pydata_sphinx_theme/assets/styles/sections/_header.scss index a5d643cc6..b1ff5f7f8 100644 --- a/src/pydata_sphinx_theme/assets/styles/sections/_header.scss +++ b/src/pydata_sphinx_theme/assets/styles/sections/_header.scss @@ -82,8 +82,6 @@ // Contains the navigation links within the navbar .navbar-nav { - display: flex; - @include media-breakpoint-up($breakpoint-sidebar-primary) { // Center align on wide screens so the dropdown button is centered properly align-items: baseline; @@ -106,10 +104,6 @@ @include header-link; } - li a.nav-link.dropdown-item { - @include link-style-text; - } - // Dropdowns for the extra links .dropdown { button {