File tree 4 files changed +544
-1045
lines changed
sitemedia/semantic/src/site/elements
4 files changed +544
-1045
lines changed Original file line number Diff line number Diff line change 35
35
box-shadow: none !important;
36
36
}
37
37
}
38
+
39
+ &.active:hover {
40
+ background: @basicActiveBackground;
41
+ color: @basicActiveTextColor;
42
+ }
43
+ }
44
+
45
+ &.active:hover {
46
+ background: @activeBackgroundColor;
47
+ color: @activeColor;
38
48
}
39
49
40
50
&.disabled {
Original file line number Diff line number Diff line change 30
30
@hoverColor: @invertedTextColor;
31
31
32
32
/* Focused */
33
- @focusBackgroundColor: @primaryColor ;
34
- @focusColor: @invertedTextColor ;
33
+ @focusBackgroundColor: @backgroundColor ;
34
+ @focusColor: @textColor ;
35
35
@focusOutline: 2px dashed black;
36
36
37
37
/* Pressed Down */
57
57
@basicActiveBackground: @primaryColor;
58
58
@basicActiveTextColor: @invertedTextColor;
59
59
60
+ /* Basic Focus */
61
+ @basicFocusBackground: @basicBackground;
62
+ @basicFocusTextColor: @basicTextColor;
You can’t perform that action at this time.
0 commit comments