spelling: fieldset

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-26 18:23:25 -04:00
parent 8b901ddf6e
commit 76a81425b7
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ input[type="range"] {
.form-control[disabled],
.form-control[readonly],
.ieldset[disabled] .form-control {
.fieldset[disabled] .form-control {
background-color: $background_color;
color: $font_color_darker;
}