diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-10 15:58:38 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-10 15:58:38 +0200 |
commit | a70bf3bd3337406704af5907a015ba385df0483d (patch) | |
tree | 5c64314edae6dc68339116b26b7d0480cdb65e4e /client/src/sass/application.scss | |
parent | b15fcd49bff880a8246cb48292af3ae8d66f0699 (diff) | |
download | PeerTube-a70bf3bd3337406704af5907a015ba385df0483d.tar.gz PeerTube-a70bf3bd3337406704af5907a015ba385df0483d.tar.zst PeerTube-a70bf3bd3337406704af5907a015ba385df0483d.zip |
Rename input toggle hidden to input text
It's more than just an hidden toggle
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r-- | client/src/sass/application.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 460356422..d288d2a21 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -151,7 +151,7 @@ code { | |||
151 | } | 151 | } |
152 | 152 | ||
153 | .input-error, | 153 | .input-error, |
154 | my-input-toggle-hidden ::ng-deep input { | 154 | my-input-text ::ng-deep input { |
155 | border-color: $red !important; | 155 | border-color: $red !important; |
156 | } | 156 | } |
157 | 157 | ||