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

Commit

Permalink
Remove .genericForm and .commonDialog from forms.less
Browse files Browse the repository at this point in the history
Closes #8010
Addresses #7989

Auditors:

Test Plan: n/a
  • Loading branch information
Suguru Hirahara committed Apr 23, 2017
1 parent e8a9c6c commit f578f23
Showing 1 changed file with 0 additions and 83 deletions.
83 changes: 0 additions & 83 deletions less/forms.less
Original file line number Diff line number Diff line change
Expand Up @@ -63,45 +63,6 @@ select {
}
}

.commonDialog {
.commonForm {
.flyoutDialog;
background-color: #f7f7f7;
max-width: 422px;
padding: 0;
text-align: left;
max-width: 600px;
user-select: none;
cursor: default;
color: #3B3B3B;
overflow-y: auto;
max-height: 100%;

.clickable {
color: #5B5B5B;
&:hover {
color: #000;
}
}

.formSection {
padding: 16px 30px;

&.commonFormTitle {
color: #ff5000;
font-size: 1.2em;
}
&.commonFormButtons {
text-align: center;
}
&.commonFormBottom {
background-color: #dddee0;
text-align: center;
}
}
}
}

.braveryPanelContainer {
.braveryPanel {
.flyoutDialog;
Expand Down Expand Up @@ -341,50 +302,6 @@ select {
text-overflow: ellipsis;
}

.genericForm {
.flyoutDialog;
display: table;
text-align: left;
width: auto;

.genericFormSubtitle {
margin-bottom: 6px;
}

h2 {
font-size: 14px;
margin-bottom: 8px;
}

.genericFormTable {
display: flex;
flex-flow: column nowrap;
min-width: 350px;

> div {
&:not(.formHeader) {
display: flex;
align-items: center;
justify-content: flex-end;
margin: 2px;
}

> label {
padding-right: 4px;
width: 20%;
text-align: right;
}

> input, select {
padding: 2px;
margin: 0;
width: 80%;
}

}
}
}

#navigator {
.urlBarSuggestions {
.flyoutDialog;
Expand Down

0 comments on commit f578f23

Please sign in to comment.