Skip to content
Snippets Groups Projects
Commit 82b6fab4 authored by Oliver Bartsch's avatar Oliver Bartsch Committed by Christian Kuhn
Browse files

[BUGFIX] Adjust tab menu styling

Because bootstrap 5 requires the `.nav-link` class for styling
of nav tab links, our custom SCSS now uses the class selector
together with the type selector. Otherwise it will be overruled
by the default bootstrap styles because of their specificity.

See: https://getbootstrap.com/docs/5.0/components/navs-tabs/#fill-and-justify

Furthermore is the `.active` class, indicating the active tab,
not longer set on the `.nav-item` element, but on the `.nav-link`
element. The custom SCSS is therefore adjusted to respect this
changed behaviour.

Resolves: #93691
Releases: master
Change-Id: I57260c370a12dd997652065fa6eebb82705eec38
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/68302


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent de973206
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment