|
@@ -133,15 +133,6 @@ export default createStyleSheet({
|
133
|
133
|
*/
|
134
|
134
|
secondaryToolbarButtonIcon,
|
135
|
135
|
|
136
|
|
- /**
|
137
|
|
- * The icon style of the toolbar button in {@link #secondaryToolbar} which
|
138
|
|
- * toggles the audio-only mode of the current conference.
|
139
|
|
- */
|
140
|
|
- toggleAudioOnlyIcon: {
|
141
|
|
- ...secondaryToolbarButtonIcon,
|
142
|
|
- transform: [ { rotate: '135deg' } ]
|
143
|
|
- },
|
144
|
|
-
|
145
|
136
|
/**
|
146
|
137
|
* The style of the root/top-level {@link Container} of {@link Toolbox}
|
147
|
138
|
* which contains {@link Toolbar}s.
|