about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/accounts.scss
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2022-11-12 10:17:22 +0100
committerClaire <claire.github-309c@sitedethib.com>2022-11-12 10:59:17 +0100
commit1ce29aeabfed586868cd32a1dfd480bdd5efa3d2 (patch)
treec756d8f0e7dca7a3fb6b2d31fce2e76f41d8d31b /app/javascript/flavours/glitch/styles/accounts.scss
parentfdfacb0ec0e81e323e67abde0d4b5b16f0d8bf0a (diff)
Change "Allow trends without prior review' setting to include statuses
Port SCSS changes from 546672e292dc3218e996048464c4c52e5d00f766 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
Diffstat (limited to 'app/javascript/flavours/glitch/styles/accounts.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/accounts.scss9
1 files changed, 8 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/styles/accounts.scss b/app/javascript/flavours/glitch/styles/accounts.scss
index 3d8b761e6..ffe5de262 100644
--- a/app/javascript/flavours/glitch/styles/accounts.scss
+++ b/app/javascript/flavours/glitch/styles/accounts.scss
@@ -204,7 +204,8 @@
 }
 
 .account-role,
-.simple_form .recommended {
+.simple_form .recommended,
+.simple_form .not_recommended {
   display: inline-block;
   padding: 4px 6px;
   cursor: default;
@@ -229,6 +230,12 @@
   }
 }
 
+.simple_form .not_recommended {
+  color: lighten($error-red, 12%);
+  background-color: rgba(lighten($error-red, 12%), 0.1);
+  border-color: rgba(lighten($error-red, 12%), 0.5);
+}
+
 .account__header__fields {
   max-width: 100vw;
   padding: 0;