aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/style/main.css
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-06-20 16:10:31 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:52 +0300
commit2e461ef5ae03404cc9e5fb3eb676402e5aca668d (patch)
tree6a9dc663062755d5497b4713dd9c72a6182fd729 /vnext/src/style/main.css
parent1e744bd9e8f3df7e57dab281c0553f9ef7fb0598 (diff)
lift new message up from MessageInput
Diffstat (limited to 'vnext/src/style/main.css')
-rw-r--r--vnext/src/style/main.css12
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;