Skip to content

Commit

Permalink
Fix styling issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes committed Nov 22, 2023
1 parent b85847f commit f9d01de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion frontend/src/lib/lemon-ui/LemonButton/LemonButton3000.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.posthog-3000 {
.posthog-3000.posthog-3000.posthog-3000 {
// The repetition is a specificity hack, so that we override .LemonButton
--transition: opacity 200ms ease, transform 200ms ease;

.LemonButton {
Expand Down
1 change: 0 additions & 1 deletion frontend/src/lib/lemon-ui/LemonTable/LemonTableLoader.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
background: var(--primary);

.posthog-3000 & {
animation: loading-bar 1.5s linear infinite;
background: var(--primary-3000);
}
}
Expand Down

0 comments on commit f9d01de

Please sign in to comment.