Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dietr committed Jul 31, 2023
1 parent 50c5af7 commit dea66b0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions addon/components/au-pill.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@
{{else}}
{{#if @route}}
<LinkTo
class="au-c-pill au-c-pill--hover {{this.skin}} {{this.size}} {{this.draft}}"
class="au-c-pill au-c-pill--hover
{{this.skin}}
{{this.size}}
{{this.draft}}"
@route={{@route}}
@models={{this.linkToModels @model @models}}
@query={{this.queryParams}}
Expand All @@ -57,7 +60,10 @@
{{else if @href}}
<a
href={{@href}}
class="au-c-pill au-c-pill--hover {{this.skin}} {{this.size}} {{this.draft}}"
class="au-c-pill au-c-pill--hover
{{this.skin}}
{{this.size}}
{{this.draft}}"
...attributes
>
{{#if @icon}}
Expand Down
2 changes: 1 addition & 1 deletion app/styles/ember-appuniversum/_c-pill.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ $au-pill-gap-small: 0.4rem !default;
text-decoration: none;
cursor: default;
}

&.au-c-pill--hover:focus {
outline: var(--au-outline);
outline-offset: var(--au-outline-offset);
Expand Down

0 comments on commit dea66b0

Please sign in to comment.