From 39174036c8137f0c088a043f97a44b4f99c40bed Mon Sep 17 00:00:00 2001 From: Ivan Kljun Date: Tue, 25 Jul 2023 11:59:57 +0200 Subject: [PATCH] Apply hound linter suggestion and remove input as qualifying element --- app/assets/stylesheets/shared_styles/elements/input_fields.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/shared_styles/elements/input_fields.scss b/app/assets/stylesheets/shared_styles/elements/input_fields.scss index 501b98d32..378118f1c 100644 --- a/app/assets/stylesheets/shared_styles/elements/input_fields.scss +++ b/app/assets/stylesheets/shared_styles/elements/input_fields.scss @@ -37,7 +37,7 @@ } } - input.sci-input-field[type=password] { + .sci-input-field[type=password] { font-family: Arial; letter-spacing: .075em; }