Style fixes for previews and text areas

This commit is contained in:
Andy Armstrong
2016-12-14 13:43:34 -05:00
parent 4b6cf7ba47
commit 570001d7ad
2 changed files with 1 additions and 15 deletions

View File

@@ -67,7 +67,7 @@
@mixin discussion-wmd-preview {
padding: ($baseline/2) $baseline;
width: auto;
color: $forum-color-background-light;
background-color: $forum-color-background-light;
ol, ul { // Fix up the RTL-only _reset.scss, but only in specific places
@include padding-left($baseline*2);

View File

@@ -51,20 +51,6 @@
width: 100%;
}
.wmd-input {
@include border-radius($forum-border-radius, $forum-border-radius, 0, 0);
width: 100%;
height: 150px;
font-style: normal;
font-size: $forum-base-font-size;
font-family: Monaco, 'Lucida Console', monospace;
line-height: 1.6em;
&::-webkit-input-placeholder {
color: #888;
}
}
.wmd-button-row {
@include transition(all .2s ease-out 0s);
position: relative;