Skip to content

Commit

Permalink
Merge pull request #5455 from singletonc/BACKLOG-39182
Browse files Browse the repository at this point in the history
[BACKLOG-39182] Ensure TabsMenu does not show up in themes other than Ruby
  • Loading branch information
rmansoor authored Nov 17, 2023
2 parents c14e200 + edafd40 commit 111eb02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -888,3 +888,7 @@ code {
padding-bottom: 10px;
padding-top: 10px;
}

#pucTabsMenuBar{
display: none;
}
Original file line number Diff line number Diff line change
Expand Up @@ -1598,9 +1598,6 @@ hr {
}

/* region Burger Menu Mode */
#pucTabsMenuBar {
display: none;
}

#pucTabsMenuBar > * {
display: contents;
Expand Down

0 comments on commit 111eb02

Please sign in to comment.