This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,13 @@ submit-work-visuals {
44
44
}
45
45
}
46
46
47
+ button {
48
+
49
+ & .active {
50
+ color : $neutral-color-darkest ;
51
+ }
52
+ }
53
+
47
54
footer {
48
55
button {
49
56
margin : $margin ;
Original file line number Diff line number Diff line change @@ -88,13 +88,13 @@ modal.full.choose-styles(show="vm.showChooseStylesModal" background-click-close=
88
88
button.clean ( ng-click ="vm.viewPrevious()" ) <
89
89
90
90
li
91
- button.clean ( ng-click ="vm.activateModal('fonts')" ) fonts
91
+ button.clean ( ng-click ="vm.activateModal('fonts')" ng-class = "{active: vm.activeStyleModal == 'fonts'}" ) fonts
92
92
93
93
li
94
- button.clean ( ng-click ="vm.activateModal('colors')" ) colors
94
+ button.clean ( ng-click ="vm.activateModal('colors')" ng-class = "{active: vm.activeStyleModal == 'colors'}" ) colors
95
95
96
96
li
97
- button.clean ( ng-click ="vm.activateModal('icons')" ) icons
97
+ button.clean ( ng-click ="vm.activateModal('icons')" ng-class = "{active: vm.activeStyleModal == 'icons'}" ) icons
98
98
99
99
li
100
100
button.clean ( ng-click ="vm.viewNext()" ) >
You can’t perform that action at this time.
0 commit comments