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.
5959 display : flex;
6060 flex : 0 0 auto;
6161 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;
6265
6366 .spectrum-Button ,
6467 .spectrum-ClearButton {
@@ -79,11 +82,4 @@ governing permissions and limitations under the License.
7982 justify-content : flex-end;
8083 column-gap : var (--spectrum-toast-content-padding-right );
8184 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- }
8985}
Original file line number Diff line number Diff line change @@ -40,10 +40,8 @@ export default {
4040 } ,
4141 argTypes : {
4242 timeout : {
43- control : {
44- type : 'radio' ,
45- options : [ null , 5000 ]
46- }
43+ control : 'radio' ,
44+ options : [ null , 5000 ]
4745 }
4846 }
4947} ;
You can’t perform that action at this time.
0 commit comments