mirror of
https://github.com/getredash/redash.git
synced 2026-03-23 13:00:10 -04:00
* 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
4 lines
121 B
CSS
4 lines
121 B
CSS
.editor__container[data-executing="true"] .ace_marker-layer .ace_selection {
|
|
background-color: rgb(255, 210, 181);
|
|
}
|