Skip to content

Commit d2d116a

Browse files
Timo-Breumelhofdonker
authored andcommitted
FIX: Default.scss > Typo in custom property name
1 parent 2d2a8ae commit d2d116a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • DNN Platform/Dnn.ClientSide/src/styles/default-css/10.0.0/ui

DNN Platform/Dnn.ClientSide/src/styles/default-css/10.0.0/ui/_forms.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ a.pinHelp:hover {
589589
background-position: -150px 0px;
590590
}
591591
.dnnCheckbox-focus {
592-
outline: 2px solid var(--dnn-color-forground, black);
592+
outline: 2px solid var(--dnn-color-foreground, black);
593593
outline-offset: 2px;
594594
}
595595
.dnnBoxLabel{ display: inline-block;}

0 commit comments

Comments
 (0)