compose: Fix styling of PM recipient input pill.

Fixes #9128.
This commit is contained in:
Cynthia Lin
2018-03-24 10:05:55 -07:00
committed by Tim Abbott
parent cb8941a081
commit 5d9eadb734
2 changed files with 3 additions and 10 deletions

View File

@@ -84,23 +84,16 @@
.compose_table .pm_recipient {
margin: 0px 20px 0px 10px;
display: flex;
width: 100%;
}
.compose_table #private-message .to_text {
width: 65px;
vertical-align: top;
vertical-align: middle;
font-weight: 600;
}
.compose_table #private-message .to_text span {
display: flex;
align-items: center;
position: relative;
top: -1px;
}
.compose_table #compose-lock-icon {
position: relative;
left: 5px;

View File

@@ -109,7 +109,7 @@
opacity: 0.5;
}
.pm_recipient .pill-container .pill + .input:focus:empty::before {
.pm_recipient .pill-container .pill + .input:empty::before {
content: attr(data-some-recipients-text);
opacity: 0.5;
}