Skip to content

Commit 310afd8

Browse files
committed
Fix a typo in variable name #18730
1 parent 19a2d2f commit 310afd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/web/css/source/lib/variables/_sections.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
@tab-control__active__color: @text__color;
4141
@tab-control__active__text-decoration: @tab-control__text-decoration;
4242

43-
@tab-control__visited__color: @accordion-control__color;
44-
@tab-control__visited__text-decoration: @accordion-control__text-decoration;
43+
@tab-control__visited__color: @tab-control__color;
44+
@tab-control__visited__text-decoration: @tab-control__text-decoration;
4545

4646
@tab-content__background-color: @tab-control__active__background-color;
4747
@tab-content__border-top-status: false;

0 commit comments

Comments
 (0)