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