File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed
source/_patterns/01-elements/buttons Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change 56
56
// TODO: This could probably get simplified later on e.g. via CSS variables
57
57
background-color : $button-brand-primary-hover-backgroundColor ;
58
58
}
59
- }
60
59
61
- & :active {
62
- background-color : #cc0013 ; // TODO: replace by correct color variable
60
+ & :active {
61
+ background-color : #cc0013 ; // TODO: replace by correct color variable
62
+ }
63
63
}
64
64
}
65
65
75
75
// TODO: This could probably get simplified later on e.g. via CSS variables
76
76
background-color : $button-primary-hover-backgroundColor ;
77
77
}
78
- }
79
78
80
- & :active {
81
- background-color : #363c4a ;
79
+ & :active {
80
+ background-color : #363c4a ;
81
+ }
82
82
}
83
83
}
84
84
99
99
// TODO: This could probably get simplified later on e.g. via CSS variables
100
100
background-color : $button-secondaryOutline-hover-backgroundColor ;
101
101
}
102
- }
103
102
104
- & :active {
105
- background-color : $button-secondaryOutline-active-backgroundColor ;
103
+ & :active {
104
+ background-color : $button-secondaryOutline-active-backgroundColor ;
105
+ }
106
106
}
107
107
}
108
108
122
122
// TODO: This could probably get simplified later on e.g. via CSS variables
123
123
background-color : $button-secondarySolid-hover-backgroundColor ;
124
124
}
125
- }
126
125
127
- & :active {
128
- background-color : $button-secondarySolid-active-backgroundColor ;
126
+ & :active {
127
+ background-color : $button-secondarySolid-active-backgroundColor ;
128
+ }
129
129
}
130
130
}
131
131
143
143
// TODO: This could probably get simplified later on e.g. via CSS variables
144
144
background-color : $button-secondaryOutline-hover-backgroundColor ;
145
145
}
146
- }
147
146
148
- & :active {
149
- background-color : $button-secondaryOutline-active-backgroundColor ;
147
+ & :active {
148
+ background-color : $button-secondaryOutline-active-backgroundColor ;
149
+ }
150
150
}
151
151
}
152
152
You can’t perform that action at this time.
0 commit comments