Files
brave-core/ui
Agustín Ruiz e3238393d9 Settings move searchbar (#33235)
* Remove Brave navigation bar and search field components

Deleted the Brave-specific navigation bar data provider and toolbar search field components, including related TypeScript, HTML, and CSS files. Updated build files and removed all references and initialization code for these components across the codebase. This simplifies the UI code and removes unused or redundant toolbar logic.

* Add Brave-specific toolbar CSS overrides

Introduces a new stylesheet for cr_toolbar with layout overrides and customizations for Brave, including flex adjustments and alignment for toolbar content.

* Center content in toolbar when right content growth is disabled

Updated the CSS for cr_toolbar to center #centeredContent when the toolbar is not narrow and right content growth is disabled. This improves alignment and visual consistency.

* Update cr_toolbar.css

* Remove Brave-specific WebUI customizations and resources

Deleted Brave-specific history and downloads UI overrides, related patch files, and resource build files. Updated downloads UI to remove custom macro usage and simplified cr_elements BUILD.gn patch to exclude Brave resource imports. This streamlines the codebase by removing unnecessary Brave customizations and build steps.

* Update font-family to system defaults in search field

Replaces 'Inter Variable' and 'Inter' fonts with system-ui and sans-serif for input and #prompt elements in cr_toolbar_search_field.css to ensure consistent appearance across platforms.

* Add hover background for search field toolbar

Introduces a subtle background color on hover for the search field toolbar when it is not focused and not in narrow mode, improving visual feedback for users.

* Remove fallback values from CSS custom properties

Eliminated fallback values for several CSS custom properties in cr_toolbar_search_field.css to ensure design consistency and rely solely on the defined variables.
2026-01-25 19:54:17 -03:00
..
2026-01-25 19:54:17 -03:00