Fix redacted placeholder style on orange BG

Also does a tiny bit more tweaking of the vertical position to get it
looking aligned correct.
This commit is contained in:
Chris Hill-Scott
2017-06-29 15:30:10 +01:00
parent 37b710b57f
commit 4b74493b0d

View File

@@ -44,10 +44,16 @@
background: currentColor;
padding: 0 0.5em;
opacity: 0.8;
box-shadow: inset 0 -0.25em 0 0 $white;
box-shadow: inset 0 -0.35em 0 0 $white;
position: relative;
top: 0.1em;
.sms-message-wrapper & {
box-shadow: inset 0 -0.25em 0 0 $panel-colour;
box-shadow: inset 0 -0.35em 0 0 $panel-colour;
}
*:focus + p & {
box-shadow: inset 0 -0.35em 0 0 $yellow;
}
}