File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
apps/fretonator-web/src/app/common/fretonator/scale-map Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,7 @@ <h4 class="scaleMap__title">Degrees</h4>
11
11
</ div >
12
12
< button class ="scaleDegrees__toggle "
13
13
aria-label ="Scale Degrees Info Toggle "
14
- aria-controls ="scaleMapInfo "
15
14
type ="button "
16
- [attr.aria-expanded] ="showScaleMapInfo "
17
15
(click) ="toggleScaleMapInfo() "> {{scaleDegreesToggleText}}
18
16
</ button >
19
17
</ div >
@@ -32,12 +30,11 @@ <h5 class="scaleDisplay__note">
32
30
</ div >
33
31
34
32
< div class ="scaleMapInfo "
35
- id =" scaleMapInfo "
33
+ [attr.aria-expanded] =" showScaleMapInfo "
36
34
*ngIf ="showScaleMapInfo ">
37
35
< h2 class ="scaleMapInfo__title "> About Scale Degrees
38
36
< button class ="scaleMapInfo__close "
39
- aria-label ="Scale Degrees Info Toggle "
40
- aria-controls ="scaleMapInfo "
37
+ aria-label ="Scale Degrees Info Close "
41
38
type ="button "
42
39
(click) ="toggleScaleMapInfo() ">
43
40
< svg xmlns ="http://www.w3.org/2000/svg " viewBox ="0 0 14 14 ">
You can’t perform that action at this time.
0 commit comments