mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 17:05:10 +00:00
(css) Cleanup old rules
This commit is contained in:
@@ -22,33 +22,9 @@ md-input-container {
|
||||
}
|
||||
}
|
||||
|
||||
//md-input-container .bgroup {
|
||||
// display: block;
|
||||
//}
|
||||
//.bgroup b {
|
||||
// left-margin: -1.25em;
|
||||
//}
|
||||
|
||||
md-autocomplete .sg-input-no-message [md-floating-label] {
|
||||
md-input-container {
|
||||
// See .md-input-has-messages
|
||||
padding-bottom: $input-container-padding;
|
||||
}
|
||||
}
|
||||
|
||||
.PseudoField input {
|
||||
flex: 1;
|
||||
order: 2;
|
||||
display: block;
|
||||
|
||||
background: none;
|
||||
padding-top: $input-padding-top;
|
||||
padding-bottom: 0;
|
||||
border-width: 0 0 $input-border-width-default 0;
|
||||
line-height: $input-line-height;
|
||||
-ms-flex-preferred-size: $input-line-height; //IE fix
|
||||
|
||||
&:focus {
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -51,12 +51,6 @@
|
||||
.button-label {
|
||||
margin-top: 0;
|
||||
}
|
||||
// md overqualifies so we are
|
||||
//.md-input-focused label.pseudo-input-label,
|
||||
//.md-input-has-value label.pseudo-input-label {
|
||||
// transform: translate3d(0, 4px, 0) scale(1);
|
||||
// margin-top: $mg;
|
||||
//}
|
||||
|
||||
.pseudo-input-field {
|
||||
display: block;
|
||||
@@ -90,27 +84,3 @@ input #inner-editor {
|
||||
color: $colorGrayLight;
|
||||
line-height: inherit;
|
||||
}
|
||||
|
||||
md-input-container .bgroup {
|
||||
display: block;
|
||||
}
|
||||
.bgroup b {
|
||||
left-margin: -1.25em;
|
||||
}
|
||||
|
||||
.PseudoField input {
|
||||
flex: 1;
|
||||
order: 2;
|
||||
display: block;
|
||||
|
||||
background: none;
|
||||
padding-top: $input-padding-top;
|
||||
padding-bottom: 0;
|
||||
border-width: 0 0 $input-border-width-default 0;
|
||||
line-height: $input-line-height;
|
||||
-ms-flex-preferred-size: $input-line-height; //IE fix
|
||||
|
||||
&:focus {
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -64,15 +64,6 @@ md-toolbar,
|
||||
}
|
||||
}
|
||||
|
||||
.md-toolbar-tools.md-toolbar-tools-top {
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.md-toolbar-tools.md-toolbar-tools-bottom {
|
||||
height: (5 * $line);
|
||||
max-height: (5 * $line);
|
||||
}
|
||||
|
||||
header {
|
||||
flex-direction: row;
|
||||
flex-wrap: nowrap;
|
||||
|
||||
Reference in New Issue
Block a user