Skip to content

Commit

Permalink
fix: review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioCastigliano committed Dec 2, 2024
1 parent 7a24ce1 commit c94a8bc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,6 @@
overflow: hidden;
border-radius: 50%;
background: var(--sbb-loading-indicator-circle-background);
// stylelint-disable-next-line property-no-vendor-prefix
-webkit-mask: radial-gradient(
circle 0.4375em,
#0000 98%,
var(--sbb-loading-indicator-circle-background-color)
);
mask: radial-gradient(
circle 0.4375em,
#0000 98%,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,18 +75,6 @@ export const Default: StoryObj = {
args: { ...defaultArgs },
};

export const Smoke: StoryObj = {
render: Template,
argTypes: defaultArgTypes,
args: { ...defaultArgs, color: color.options![1] },
};

export const White: StoryObj = {
render: Template,
argTypes: defaultArgTypes,
args: { ...defaultArgs, color: color.options![2] },
};

export const Accessibility: StoryObj = {
render: TemplateAccessibility,
argTypes: defaultArgTypes,
Expand Down
1 change: 0 additions & 1 deletion src/elements/loading-indicator/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
The `sbb-loading-indicator` is a component which can be used to indicate progress status
or an ongoing activity which require some time to complete.
The component completely covers the parent element, preventing interaction with it.

### Style

Expand Down

0 comments on commit c94a8bc

Please sign in to comment.