We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a64cefd commit d405e44Copy full SHA for d405e44
1 file changed
data/theme/cinnamon-sass/widgets/_dialogs.scss
@@ -181,28 +181,6 @@
181
}
182
183
184
-// Audio selection dialog
185
-
186
-.audio-device-selection-dialog {
187
- min-width: 24em;
188
189
- .audio-selection-box {
190
- spacing: $base_padding *2;
191
192
- .audio-selection-device {
193
- @extend %flat_button;
194
- border-radius: $base_border_radius;
195
196
- .audio-selection-device-box {
197
- padding: $base_padding * 2;
198
- spacing: $base_padding * 2;
199
- }
200
201
- .audio-selection-device-icon { icon-size: 64px;}
202
203
204
-}
205
206
// Shared grouped-list style for autorun and processes dialogs
207
%grouped-dialog-list {
208
.dialog-list-box {
0 commit comments