fix: Removed extra border from black ghost button (#8782)

* fix: removed extra border from black ghost button

* refactor: removed unused code

* Correction in Postgrest version

---------

Co-authored-by: Adish M <adish.madhu@gmail.com>
This commit is contained in:
Johnson Cherian 2024-04-19 13:22:38 +05:30 committed by GitHub
parent 3d54af4264
commit 7be6a26a61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -190,17 +190,14 @@
color: var(--slate12);
border: none;
background: transparent;
&:hover {
background: var(--slate4, #ECEEF0) !important;
color: var(--slate11);
border: 1px solid rgba(255, 255, 255, 0.00) !important;
}
&:focus-visible {
color: var(--slate11) !important;
// background: var(--base);
// border: none;
box-shadow: 0px 0px 0px 4px var(--slate6) !important;
outline: none;
border: 1px solid rgba(255, 255, 255, 0.00) !important;