Skip to content

Commit

Permalink
chore: remove focus styles
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirpotekhin committed Sep 13, 2023
1 parent 175d188 commit 2ddeff8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion projects/experimental/components/badge/badge.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import {Observable} from 'rxjs';
'[attr.data-appearance]': 'appearance',
'[attr.data-size]': 'size',
'[class._hoverable]': 'hoverable',
'[tabIndex]': 'hoverable ? 0 : -1',
'($.data-mode.attr)': 'mode$',
},
})
Expand Down
11 changes: 0 additions & 11 deletions projects/experimental/components/badge/badge.style.less
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,6 @@
&._hoverable:active {
background: var(--tui-clear-inverse-active);
}

&:focus-visible {
border: 2px solid var(--tui-base-01);
}
}

&[data-mode='onLight'] {
Expand All @@ -224,13 +220,6 @@
}
}

&[data-mode='onDark'] {
&:focus-visible {
outline: none;
border: 2px solid var(--tui-base-01);
}
}

&._hoverable {
cursor: pointer;
}
Expand Down

0 comments on commit 2ddeff8

Please sign in to comment.