File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 4343 color : $cf-grey-75 ;
4444 margin-right : 8px ;
4545 font-size : 18px ;
46+ width : 18px ;
4647}
4748
4849.line-break {
5455 display : flex ;
5556 align-items : center ;
5657}
58+
59+ .global-header--switch-button {
60+ background-color : transparent !important ;
61+ }
Original file line number Diff line number Diff line change @@ -172,7 +172,10 @@ export class GlobalHeaderDropdown extends React.Component<Props, State> {
172172 >
173173 { /* Multi-org UI tickets #4051 and #4047, when user only has 1 account or 1 org, switch button is disabled */ }
174174 { ! onlyRenderSubmenu && typeAheadMenuOptions . length > 1 && (
175- < Dropdown . Item onClick = { this . toggleShowTypeAheadMenu } >
175+ < Dropdown . Item
176+ onClick = { this . toggleShowTypeAheadMenu }
177+ className = "global-header--switch-button"
178+ >
176179 < FlexBox
177180 justifyContent = { JustifyContent . SpaceBetween }
178181 alignItems = { AlignItems . Center }
You can’t perform that action at this time.
0 commit comments