Skip to content

Commit

Permalink
fix(button): not ghost variant on circle button
Browse files Browse the repository at this point in the history
  • Loading branch information
aesteves60 authored and dpellier committed Oct 31, 2023
1 parent 89e0a8b commit fd04b92
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
}
}

&:not([disabled]) {
&:not([disabled]):not([circle]) {
@include ods-and-one-hue-foreach-theme-color('100') using($color) {
:host(&:hover), :host(&:focus) {
@include osds-button-on-main-element {
Expand All @@ -173,7 +173,7 @@
}
}

&[contrasted] {
&[contrasted]:not([circle]) {
@include ods-and-all-hue-foreach-theme-color((
background-color: (tone: '100', alpha: '.2'),
)) using($colors) {
Expand Down

0 comments on commit fd04b92

Please sign in to comment.