Closed PlamenD95 closed 1 month ago
@PlamenD95 17.2.0 is no longer supported, however, the issue is still (partially) reproducible in 18.1.0.
I've discussed this issue with the Design team and we've worked on a solution. The problems that we have with the icon buttons in the Navbar are in Material and Indigo. What we propose is not to change the icon buttons in the context of the Navbar but change the Navbar styling instead. The changes are discussed with @simeonoff and @andiesm813 as well.
@kdinev To keep the icon buttons styling (flat, outlined and contained) intact, these are the changes that we want to make:
Material:
Indigo:
Here are a few design patterns, showcasing the applied changes in
Material
Indigo
@sdimchevski Looks good to me!
Description
When using the material dark theme, the color of the icon buttons doesn't match the black color of the title text for the navigation bar:
The correct color is properly assigned to the
igx-navbar
css class:However, it gets overwritten by the
igx-icon-button
class for the icon buttons:Steps to reproduce
igx-navbar
component in an applicationResult
There is a mismatch between the colors of the icon buttons and the title text of the navigation bar. The icon buttons are white, while the title text is black,
Expected result
Both the icon buttons and the title text should be black.