File tree 1 file changed +4
-7
lines changed
1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,10 @@ governing permissions and limitations under the License.
48
48
49
49
/* Hero */
50
50
--spectrum-standard-dialog-hero-block-size : 140px ;
51
+
52
+ /* Passthrough for nested component(s) */
53
+ --mod-buttongroup-justify-content : flex-end;
54
+ --mod-buttongroup-flex-wrap : nowrap;
51
55
}
52
56
53
57
.spectrum-Dialog {
@@ -209,13 +213,6 @@ governing permissions and limitations under the License.
209
213
210
214
.spectrum-Dialog-buttonGroup {
211
215
grid-area : buttonGroup;
212
-
213
- & > .spectrum-ButtonGroup {
214
- /* to override ButtonGroup's justify-content: normal and/or not having footer content,
215
- as well as prevent ButtonGroup from wrapping. */
216
- --mod-buttongroup-justify-content : flex-end;
217
- --mod-buttongroup-flex-wrap : nowrap;
218
- }
219
216
}
220
217
221
218
.spectrum-Dialog-buttonGroup--noFooter {
You can’t perform that action at this time.
0 commit comments