Updated button UI in add relation button (#9995)

This commit is contained in:
Manish Kushare 2024-06-06 12:37:04 +05:30 committed by GitHub
parent 15f1c3502e
commit 06f9352990
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -546,6 +546,17 @@
background: none !important;
color: var(--slate9) !important;
cursor: auto !important;
svg{
path:first-child{
fill: var(--slate7) !important;
}
path:nth-child(2){
fill: var(--base) !important;
}
}
}
&:disabled:hover {
background: var(--slate3) !important;
}
}
}