From aefc0255d13b25fa7ae2903f3a59bdfff8b907f5 Mon Sep 17 00:00:00 2001 From: colorfulberry Date: Mon, 1 Jun 2020 16:26:44 +0800 Subject: [PATCH] feat: add the style for select one --- templates/repo/datasets/right_side.tmpl | 14 ++++++++++++-- web_src/less/_dataset.less | 3 +++ 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/templates/repo/datasets/right_side.tmpl b/templates/repo/datasets/right_side.tmpl index 8ee7fc716..adfaf4056 100644 --- a/templates/repo/datasets/right_side.tmpl +++ b/templates/repo/datasets/right_side.tmpl @@ -36,7 +36,12 @@ @@ -56,7 +61,12 @@ diff --git a/web_src/less/_dataset.less b/web_src/less/_dataset.less index 1e591c51d..c69432823 100644 --- a/web_src/less/_dataset.less +++ b/web_src/less/_dataset.less @@ -151,6 +151,9 @@ } } .dataset-list { + .octicon-check { + padding-right: 8px;; + } .hide { display: none; }