Skip to content

Commit

Permalink
Rebased
Browse files Browse the repository at this point in the history
  • Loading branch information
ranbena committed Aug 21, 2019
1 parent 9df74da commit 9aca416
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions client/app/assets/less/inc/list-group.less
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ tags-list {
a {
line-height: 1.1;
}

a:hover {
cursor: pointer;
}
}

.tags-list__name {
Expand All @@ -40,6 +36,10 @@ tags-list {
background: fade(@redash-gray, 10%);
color: fade(@redash-gray, 75%);
}

a:hover {
cursor: pointer;
}
}

.max-character {
Expand Down

0 comments on commit 9aca416

Please sign in to comment.