logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://anongit.hacktivis.me/git/pleroma-fe.git/
commit: 05ab57a8e68033b520e6038afaa6514423f0d117
parent c677bbf10249f29699243399fb0b6fe192298772
Author: Henry Jameson <me@hjkos.com>
Date:   Sun, 29 Sep 2024 19:23:32 +0300

better disabled indication

Diffstat:

Msrc/components/select/select.vue3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/components/select/select.vue b/src/components/select/select.vue @@ -61,12 +61,13 @@ label.Select { &:disabled { background-color: var(--background); opacity: 1; /* override browser */ + color: var(--faint); select { &[multiple], &[size] { option.-active { - color: var(--text); + color: var(--faint); background: transparent; } }