From d4c1ad597679146f2d2f8e774c4269af540acf72 Mon Sep 17 00:00:00 2001 From: WithoutPants <53250216+WithoutPants@users.noreply.github.com> Date: Mon, 19 Aug 2019 19:25:48 +1000 Subject: [PATCH] Make tags editing more obvious --- ui/v2/src/index.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ui/v2/src/index.scss b/ui/v2/src/index.scss index 969fde890..bc6b0ba49 100755 --- a/ui/v2/src/index.scss +++ b/ui/v2/src/index.scss @@ -182,9 +182,14 @@ span.block { & .tag-list-row { margin: 10px; + cursor: pointer; & .bp3-button { margin: 0 10px; } } + + & .tag-list-row:hover { + text-decoration: underline; + } } \ No newline at end of file