Closed (fixed)
Project:
Business
Version:
8.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 May 2019 at 09:39 UTC
Updated:
6 Aug 2021 at 08:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
vevuskaveve commentedComment #3
purvitagupta commentedHello ,
This is the Css issue . please add the below css in your code .
.navbar-toggle {
background-color: black;
}
.navbar-toggle .icon-bar{
background-color: white;
}
Comment #4
purvitagupta commentedComment #5
drupalerkunal commentedISSUE: As this theme, default background color is white and button color was also white.
that's why it breaks user experience so if we change the button background-color: "black" and color: "white".
this will look fine.
I have created a patch. please use it.
Comment #6
drupalerkunal commentedComment #7
gauravvvv commentedComment #9
gauravvvv commentedcommitted b82a66d on 8.x-1.x
Thank you for working on this issue.
Comment #10
gauravvvv commentedComment #11
gauravvvv commented