Closed (fixed)
Project:
Navigation
Version:
1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
26 Jul 2023 at 15:31 UTC
Updated:
6 Nov 2023 at 08:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
abh1shek chauhan commentedAdding patch for the global box sizing.
Comment #3
mherchelThis needs to be 1) scoped to the navigation's root element, and 2) also effect ::before and ::after pseudoelements
Comment #4
abh1shek chauhan commentedAdding new patch as per above suggestions.
Comment #5
abh1shek chauhan commentedComment #8
vensiresPatch from #4 was created on top of a previous version and didn't apply anymore (eg. no base.css file exists). The MR provides the equivalent for the latest version.
Comment #9
finnsky commentedSeems rebase needed.
Also maybe to use inherit box-sizing?
https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-be...
Comment #10
vensiresYou are right. Changes done.
Comment #11
finnsky commentedLGTM!
Thank you!
Comment #14
ckrinaThanks all for the fix!