πŸ‡ΊπŸ‡ΈUnited States @kbaringer

Account created on 31 January 2009, over 15 years ago
#

Recent comments

πŸ‡ΊπŸ‡ΈUnited States kbaringer

Hi @doxigo, thanks for keeping the Radix theme up-to-date!! I only just started using it for a new project this week and found the process to set up a subtheme really straightforward. However, when I updated the Radix parent theme from 5.0.7 to 5.0.8 yesterday it broke the Bootstrap styled Search form in the Navbar of my subtheme.
Instead of the inline magnifying glass icon inside the form field it now has a separate 'Search' button. This causes the field to wrap, which pushes the whole navbar down (see screenshot).

I haven't had time to dig into the way Bootstrap is implemented and debug this issue (since the whole point of using the Radix theme was to save time), but it seems like this regression was caused by this change.
As was mentioned in this thread, I manually commented out the lines in /src/scss/main.style.scss that imported styles from the parent theme (including for the navbar):

// Parent Drupal related components
// -----------------------------------------------------------------------------
// @import "../../contrib/radix/src/components/navbar/navbar";
// @import "../../contrib/radix/src/components/forum/forum";
// @import "../../contrib/radix/src/components/offcanvas/offcanvas";

Is it possible that the scss that was being imported from the parent is what enabled the inline Bootstrap search bar styles?

Production build 0.69.0 2024