Skip to content

Commit

Permalink
fix(styles): put tui-island_transparent after tui-island_hoverable (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ddubrava authored Oct 17, 2022
1 parent a8a08ab commit 833e4de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions projects/styles/markup/tui-island.less
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
}
}

&_transparent {
background-color: transparent;
}

&_hoverable {
.hoverable-with-shadow();
background: var(--tui-elevation-02);
}

&_transparent {
background-color: transparent;
}

&_size_s {
font: var(--tui-font-text-s);
padding: @padding;
Expand Down

0 comments on commit 833e4de

Please sign in to comment.