File tree Expand file tree Collapse file tree 2 files changed +5
-11
lines changed
@adobe/spectrum-css-temp/components/toast
@react-spectrum/toast/stories Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,9 @@ governing permissions and limitations under the License.
59
59
display : flex;
60
60
flex : 0 0 auto;
61
61
align-items : flex-start;
62
+ padding-inline-start : var (--spectrum-toast-padding-right );
63
+ border-inline-start-width : 1px ;
64
+ border-inline-start-style : solid;
62
65
63
66
.spectrum-Button ,
64
67
.spectrum-ClearButton {
@@ -79,11 +82,4 @@ governing permissions and limitations under the License.
79
82
justify-content : flex-end;
80
83
column-gap : var (--spectrum-toast-content-padding-right );
81
84
padding-inline-end : var (--spectrum-toast-content-padding-right );
82
-
83
- & + .spectrum-Toast-buttons {
84
- padding-inline-start : var (--spectrum-toast-padding-right );
85
-
86
- border-inline-start-width : 1px ;
87
- border-inline-start-style : solid;
88
- }
89
85
}
Original file line number Diff line number Diff line change @@ -40,10 +40,8 @@ export default {
40
40
} ,
41
41
argTypes : {
42
42
timeout : {
43
- control : {
44
- type : 'radio' ,
45
- options : [ null , 5000 ]
46
- }
43
+ control : 'radio' ,
44
+ options : [ null , 5000 ]
47
45
}
48
46
}
49
47
} ;
You can’t perform that action at this time.
0 commit comments