aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
authorkaniini <nenolod@gmail.com>2018-08-20 00:02:59 +0000
committerkaniini <nenolod@gmail.com>2018-08-20 00:02:59 +0000
commit65dfceae59de8c0a8d79168f345d16942695c573 (patch)
treee6faadd73fd3bc969693048f318f671ef22e56cd /src/App.scss
parentd6b3394b790b72899b691e13196d05ec097ae1cc (diff)
parent702dfcec10290e86d04aa77fb921a64b6e7beb12 (diff)
Merge branch 'fixes-and-tweaks' into 'develop'
Fixes and tweaks See merge request pleroma/pleroma-fe!307
Diffstat (limited to 'src/App.scss')
-rw-r--r--src/App.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss
index 43786e9d..3b8b3224 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -142,6 +142,14 @@ input, textarea, .select {
color: $fallback--fg;
color: var(--fg, $fallback--fg);
}
+ &:disabled,
+ {
+ &,
+ & + label,
+ & + label::before {
+ opacity: .5;
+ }
+ }
+ label::before {
display: inline-block;
content: '✔';