Skip to content

Commit

Permalink
🛂 Improve lite-badge style forcing
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Mar 21, 2023
1 parent 925cf68 commit a41c65f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/embeds/js/src/assets/immutable.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.lite-badge {
#lite-badge {
position: absolute !important;
padding: 4px 8px !important;
background-color: white !important;
Expand All @@ -21,6 +21,6 @@
transition: background-color 0.2s ease-in-out !important;
}

.lite-badge:hover {
#lite-badge:hover {
background-color: #f7f8ff !important;
}

0 comments on commit a41c65f

Please sign in to comment.