From 6f66d9807c61031313631039ec3e265fb6c75a0e Mon Sep 17 00:00:00 2001 From: W Chan Date: Fri, 20 Nov 2020 05:48:20 +0000 Subject: [PATCH] Fix join all tasks radio button visibility Fix issue where the join all tasks radio button in st2flow task attributes panel is not visible. --- modules/st2flow-details/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/st2flow-details/style.css b/modules/st2flow-details/style.css index 30a9f2f62..012a47282 100644 --- a/modules/st2flow-details/style.css +++ b/modules/st2flow-details/style.css @@ -13,12 +13,12 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ - +@import "@stackstorm/st2-style/colors.css"; :root { --token-color: #eee; --yellow-lighten-5: #fff5e9; --yellow-base: #FF9E1B; -} + } .component { display: flex;