Commit 5d22919 1 parent 36479e2 commit 5d22919 Copy full SHA for 5d22919
File tree 3 files changed +4
-4
lines changed
general/res/sass/controls
features/clock/res/templates
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
at runtime from the About dialog for additional information.
21
21
-->
22
22
23
- < a class ='s-clickable- icon icon-pointer-left '
23
+ < a class ='s-icon-button icon-pointer-left '
24
24
ng-show ="context.getPath().length > 2 "
25
25
ng-click ="context.getParent().getCapability('action').perform('navigate') ">
26
26
</ a >
Original file line number Diff line number Diff line change 72
72
}
73
73
}
74
74
75
- .s-clickable- icon {
75
+ .s-icon-button {
76
76
// Clickable icon elements that have hover
77
77
@extend .ui-symbol ;
78
78
color : $colorClickIcon ;
83
83
84
84
.s-toggle-icon {
85
85
// Has default (in-active) and .active states
86
- @extend .s-clickable- icon ;
86
+ @extend .s-icon-button ;
87
87
color : $colorToggleIcon ;
88
88
& :hover { color : rgba ($colorToggleIconHov , 0.5 ); }
89
89
& .active { color : $colorToggleIconActive ; }
Original file line number Diff line number Diff line change 23
23
< div class ="l-elem-wrapper l-flex-row ">
24
24
< a ng-click ="timer.clickButton() "
25
25
title ="{{timer.buttonText()}} "
26
- class ="flex-elem control s-clickable- icon {{timer.buttonCssClass()}} "> </ a >
26
+ class ="flex-elem control s-icon-button {{timer.buttonCssClass()}} "> </ a >
27
27
< span class ="flex-elem l-value {{timer.signClass()}} ">
28
28
< span class ="value "
29
29
ng-class ="{ active:timer.text() } "> {{timer.text() || "--:--:--"}}
You can’t perform that action at this time.
0 commit comments