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

Commit 669eb37

Browse files
author
Suguru Hirahara
committed
Remove obsolete styles from navigationBar.less
.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.)
1 parent 62f69f1 commit 669eb37

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

less/navigationBar.less

-12
Original file line numberDiff line numberDiff line change
@@ -374,10 +374,6 @@
374374
overflow: visible;
375375
white-space: nowrap;
376376
}
377-
.navbarMenubarBlockContainer {
378-
display: block;
379-
width: 100%;
380-
}
381377

382378
// Window Caption Buttons (for use w/ slim titlebar)
383379
.windowCaptionButtons {
@@ -841,14 +837,6 @@
841837
user-select: none;
842838
}
843839

844-
.inputbar-wrapper {
845-
display: flex;
846-
flex: 1 1 0;
847-
border-radius: 4px;
848-
align-items: center;
849-
justify-content: center;
850-
}
851-
852840
input {
853841
border: none;
854842
box-sizing: border-box;

0 commit comments

Comments
 (0)