mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
Fix query manager appearance in dark mode (#1202)
This commit is contained in:
parent
2aa6179111
commit
59e33a370c
1 changed files with 2 additions and 2 deletions
|
|
@ -592,12 +592,12 @@ class Editor extends React.Component {
|
||||||
/>
|
/>
|
||||||
</span>
|
</span>
|
||||||
<span
|
<span
|
||||||
className={`btn btn-default mx-2`}
|
className={`btn btn-light mx-2`}
|
||||||
onClick={this.toggleQueryEditor}
|
onClick={this.toggleQueryEditor}
|
||||||
data-tip="Show query editor"
|
data-tip="Show query editor"
|
||||||
data-class="py-1 px-2"
|
data-class="py-1 px-2"
|
||||||
ref={this.toolTipRefShow}
|
ref={this.toolTipRefShow}
|
||||||
style={{ display: 'none' }}
|
style={{ display: 'none', opacity: 0.5 }}
|
||||||
>
|
>
|
||||||
<img
|
<img
|
||||||
style={{ transform: 'rotate(-90deg)' }}
|
style={{ transform: 'rotate(-90deg)' }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue