summaryrefslogtreecommitdiffstats
path: root/webapp/sass
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-04-11 09:04:56 -0400
committerChristopher Speller <crspeller@gmail.com>2016-04-11 09:04:56 -0400
commit29e1a853601514284c2af3f3302f30ad0d3c6d54 (patch)
treef06e39d3fc31684359888657512b13e2b7719277 /webapp/sass
parent81e7e853697263f25ca505cc9b2cd50c6e2fe739 (diff)
downloadchat-29e1a853601514284c2af3f3302f30ad0d3c6d54.tar.gz
chat-29e1a853601514284c2af3f3302f30ad0d3c6d54.tar.bz2
chat-29e1a853601514284c2af3f3302f30ad0d3c6d54.zip
PLT-2553 Additional backstage UI Improvements (#2673)
* Renamed Commands to Slash Commands in backstage UI * Updated displayed info for listed commands and outgoing webhooks * Disallowed empty outgoing webhook trigger words and improved client-side validation for them
Diffstat (limited to 'webapp/sass')
-rw-r--r--webapp/sass/routes/_backstage.scss8
1 files changed, 7 insertions, 1 deletions
diff --git a/webapp/sass/routes/_backstage.scss b/webapp/sass/routes/_backstage.scss
index f6e0a8ac0..3257f6582 100644
--- a/webapp/sass/routes/_backstage.scss
+++ b/webapp/sass/routes/_backstage.scss
@@ -192,6 +192,7 @@ body {
}
.item-details {
+ color: $dark-gray;
flex-grow: 1;
flex-shrink: 1;
overflow: hidden;
@@ -204,6 +205,7 @@ body {
}
.item-details__name {
+ color: black;
font-weight: 600;
}
@@ -213,8 +215,8 @@ body {
.item-details__description,
.item-details__token,
+ .item-details__trigger-words,
.item-details__creation {
- color: $dark-gray;
display: inline-block;
margin-top: 10px;
vertical-align: top;
@@ -224,6 +226,10 @@ body {
}
}
+ .item-details__trigger-words {
+ white-space: nowrap;
+ }
+
.item-actions {
flex-grow: 0;
flex-shrink: 0;