diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-16 17:26:08 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-16 17:26:21 +0200 |
commit | 176806204c471977177f991db6fafd36dde8dab7 (patch) | |
tree | ef08dec24cc9905f099230d422c0d5e31608c5bd /client/src/sass/bootstrap.scss | |
parent | 00e32b7cb4d511770882313b3a8ae71610afde33 (diff) | |
download | PeerTube-176806204c471977177f991db6fafd36dde8dab7.tar.gz PeerTube-176806204c471977177f991db6fafd36dde8dab7.tar.zst PeerTube-176806204c471977177f991db6fafd36dde8dab7.zip |
Don't display input error in red on typing
Diffstat (limited to 'client/src/sass/bootstrap.scss')
-rw-r--r-- | client/src/sass/bootstrap.scss | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index 28a6f4807..49585a124 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss | |||
@@ -301,16 +301,6 @@ | |||
301 | color: pvar(--mainForegroundColor); | 301 | color: pvar(--mainForegroundColor); |
302 | background-color: pvar(--inputBackgroundColor); | 302 | background-color: pvar(--inputBackgroundColor); |
303 | outline: none; | 303 | outline: none; |
304 | |||
305 | // Input box-shadow on focus | ||
306 | &:focus-within, | ||
307 | &:focus { | ||
308 | box-shadow: #{$focus-box-shadow-form} pvar(--mainColorLightest); | ||
309 | |||
310 | &.input-error { | ||
311 | box-shadow: #{$focus-box-shadow-form} #{scale-color($red, $alpha: -75%)}; | ||
312 | } | ||
313 | } | ||
314 | } | 304 | } |
315 | 305 | ||
316 | .input-group { | 306 | .input-group { |