Files
redash/client/app/components/QueryEditor.css
Eric Chang 8bc8e2dadf Allow execution of highlighted subquery (#3288)
* allow execution of selected subquery
* fix query save while highlighted
* don't modify queryText and update UI when running selected
* code style and transition
* Fix query selection execution background color
* make naming consistent
2019-01-20 10:06:17 +02:00

4 lines
121 B
CSS

.editor__container[data-executing="true"] .ace_marker-layer .ace_selection {
background-color: rgb(255, 210, 181);
}