Skip to content

Commit

Permalink
fix: css issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ThangHuuVu committed Oct 19, 2023
1 parent 32dbf54 commit 7e8d49c
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions packages/core/src/lib/pages/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,7 @@
color: var(--provider-dark-color, var(--color-primary));
background-color: var(--provider-dark-bg, var(--color-background));
&:hover {
background-color: var(
--provider-dark-bg-hover,
var(--color-background-hover)
) !important;
background-color: var(--provider-dark-bg-hover, var(--color-background-hover)) !important;
}
}
#provider-logo {
Expand Down Expand Up @@ -170,11 +167,6 @@ a.button {
background-color: var(--provider-bg-hover, var(--color-background-hover));
cursor: pointer;
}
/* &:focus {
outline: none;
border: 1px solid;
border-color: var(--color-info);
} */
&:active {
cursor: pointer;
}
Expand All @@ -193,10 +185,7 @@ a.button {
width: 100%;

&:hover {
background-color: var(
--button-hover-bg,
var(--colo r-info-hover)
) !important;
background-color: var(--button-hover-bg, var(--color-info-hover)) !important;
}
}

Expand Down

1 comment on commit 7e8d49c

@vercel
Copy link

@vercel vercel bot commented on 7e8d49c Oct 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.