We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43b6b2e commit e673741Copy full SHA for e673741
1 file changed
data/theme/cinnamon-sass/widgets/_windowlist.scss
@@ -121,19 +121,42 @@
121
}
122
123
&-button {
124
+ transition-duration: 100ms;
125
+
126
&-icon {
127
icon-size: $scalable_icon_size;
128
+ color: inherit;
129
130
131
&.vertical { }
132
- &-start { }
133
+ &-start {
134
+ margin-right: 1px;
135
136
+ &.vertical {
137
+ margin-right: 0;
138
+ margin-bottom: 1px;
139
+ }
140
141
- &-end { }
142
+ &-end {
143
+ margin-left: 1px;
144
- :hover { }
145
146
+ margin-left: 0;
147
+ margin-top: 1px;
148
149
150
- :active { }
151
+ &:hover {
152
+ background-color: $lighter_bg_color;
153
+ color: $fg_color;
154
155
156
+ &:active {
157
+ background-color: $lightest_bg_color;
158
159
160
161
162
0 commit comments