Skip to content

Commit

Permalink
fix(illustratedmessage): resolving changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aramos-adobe committed Jan 17, 2025
1 parent 943022b commit bc881d9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 17 deletions.
4 changes: 0 additions & 4 deletions components/dropzone/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,6 @@
z-index: 10;
}

.spectrum-DropZone-actions {
margin-block-start: var(--spectrum-drop-zone-body-to-action);
}

.spectrum-DropZone-button {
box-sizing: border-box;
border: none;
Expand Down
2 changes: 1 addition & 1 deletion components/illustratedmessage/index.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
Copyright 2023 Adobe. All rights reserved.
Copyright 2024 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. You may obtain a copy
of the License at http://www.apache.org/licenses/LICENSE-2.0
Expand Down
12 changes: 0 additions & 12 deletions components/illustratedmessage/stories/illustratedmessage.test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import { Template as Link } from "@spectrum-css/link/stories/template.js";
import { Variants } from "@spectrum-css/preview/decorators";
import { html } from "lit";
import { Template } from "./template.js";

export const IllustratedMessageGroup = Variants({
Expand All @@ -11,16 +9,6 @@ export const IllustratedMessageGroup = Variants({
testHeading: "Horizontal layout",
isHorizontal: true
},
{
testHeading: "With link",
title: "Drag and drop your file",
description: [
() => {
return html`${Link({ url: "#", text: "Select a file" })} from your computer.`;
},
],
hasButtons: false
},
{
testHeading: "W/o button group",
hasButtons: false
Expand Down

0 comments on commit bc881d9

Please sign in to comment.