mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
Updated button UI in add relation button (#9995)
This commit is contained in:
parent
15f1c3502e
commit
06f9352990
1 changed files with 11 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue