Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Remove obsolete styles from navigationBar.less
Browse files Browse the repository at this point in the history
Addresses #9283

.navbarMenubarBlockContainer (introduced with f2426f1#diff-303f0b6a297506f2cc18bf7b4cb370c5R789, which no longer exists on the master branch.)

.inputbar-wrapper (introduced with 0e57690#diff-02c4b23ad267fe636760179e32fa29ceR141 with no clear reason. Since .inputbar-wrapper has not been used, it can be removed safely.)
  • Loading branch information
Suguru Hirahara authored and NejcZdovc committed Jul 20, 2017
1 parent 7de868a commit aec2665
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions less/navigationBar.less
Original file line number Diff line number Diff line change
Expand Up @@ -374,10 +374,6 @@
overflow: visible;
white-space: nowrap;
}
.navbarMenubarBlockContainer {
display: block;
width: 100%;
}

// Window Caption Buttons (for use w/ slim titlebar)
.windowCaptionButtons {
Expand Down Expand Up @@ -841,14 +837,6 @@
user-select: none;
}

.inputbar-wrapper {
display: flex;
flex: 1 1 0;
border-radius: 4px;
align-items: center;
justify-content: center;
}

input {
border: none;
box-sizing: border-box;
Expand Down

0 comments on commit aec2665

Please sign in to comment.