|
49 | 49 | @_tab-control-color: @tab-control__color, |
50 | 50 | @_tab-control-text-decoration: @tab-control__text-decoration, |
51 | 51 |
|
52 | | - @_tab-control-color-visited: @tab-control__color, |
53 | | - @_tab-control-text-decoration-visited: @tab-control__text-decoration, |
| 52 | + @_tab-control-color-visited: @tab-control__visited__color, |
| 53 | + @_tab-control-text-decoration-visited: @tab-control__visited__text-decoration, |
54 | 54 |
|
55 | 55 | @_tab-control-background-color-hover: @tab-control__hover__background-color, |
56 | 56 | @_tab-control-color-hover: @tab-control__hover__color, |
57 | | - @_tab-control-text-decoration-hover: @tab-control__text-decoration, |
| 57 | + @_tab-control-text-decoration-hover: @tab-control__hover__text-decoration, |
58 | 58 |
|
59 | 59 | @_tab-control-background-color-active: @tab-control__active__background-color, |
60 | 60 | @_tab-control-color-active: @tab-control__active__color, |
61 | | - @_tab-control-text-decoration-active: @tab-control__text-decoration, |
| 61 | + @_tab-control-text-decoration-active: @tab-control__active__text-decoration, |
62 | 62 |
|
63 | 63 | @_tab-control-height: @tab-control__height, |
64 | 64 | @_tab-control-margin-right: @tab-control__margin-right, |
|
121 | 121 | &.active > .switch:hover { |
122 | 122 | .lib-css(background, @_tab-control-background-color-active); |
123 | 123 | .lib-css(color, @_tab-control-color-active); |
| 124 | + .lib-css(text-decoration, @_tab-control-text-decoration-active); |
124 | 125 | } |
125 | 126 |
|
126 | 127 | &.active > .switch, |
|
200 | 201 | @_accordion-control-color: @accordion-control__color, |
201 | 202 | @_accordion-control-text-decoration: @accordion-control__text-decoration, |
202 | 203 |
|
203 | | - @_accordion-control-color-visited: @accordion-control__color, |
204 | | - @_accordion-control-text-decoration-visited: @accordion-control__text-decoration, |
| 204 | + @_accordion-control-color-visited: @accordion-control__visited__color, |
| 205 | + @_accordion-control-text-decoration-visited: @accordion-control__visited__text-decoration, |
205 | 206 |
|
206 | 207 | @_accordion-control-background-color-hover: @accordion-control__hover__background-color, |
207 | 208 | @_accordion-control-color-hover: @accordion-control__hover__color, |
|
275 | 276 | &.active > .switch:focus, |
276 | 277 | &.active > .switch:hover { |
277 | 278 | .lib-css(background, @_accordion-control-background-color-active); |
| 279 | + .lib-css(color, @_accordion-control-color-active); |
| 280 | + .lib-css(text-decoration, @_accordion-control-text-decoration-active); |
278 | 281 | .lib-css(padding-bottom, @_accordion-control-padding-bottom); |
279 | 282 | } |
280 | 283 | } |
|
0 commit comments