diff options
Diffstat (limited to 'vnext/src/style')
-rw-r--r-- | vnext/src/style/main.css | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/vnext/src/style/main.css b/vnext/src/style/main.css index 4518ce93..a5b872eb 100644 --- a/vnext/src/style/main.css +++ b/vnext/src/style/main.css @@ -373,6 +373,7 @@ article .tags > a, background: #eee; border: 1px solid #eee; color: #888; + cursor: pointer; display: inline-block; font-size: 10pt; margin-bottom: 5px; @@ -445,11 +446,6 @@ article .tags > a, overflow: hidden; text-indent: 10px; } -.ta-wrapper { - border: 1px solid #DDD; - display: flex; - flex-grow: 1; -} .msg-comment { display: flex; width: 100%; @@ -466,12 +462,6 @@ article .tags > a, resize: vertical; vertical-align: top; } -.attach-photo { - cursor: pointer; -} -.attach-photo-active { - color: green; -} .msg-comment input { align-self: flex-start; background: #EEE; |