diff options
| author | Hunternif <hunternif@gmail.com> | 2019-05-03 04:03:32 +0700 |
|---|---|---|
| committer | Hunternif <hunternif@gmail.com> | 2019-05-03 04:03:32 +0700 |
| commit | 5213acb9c5cb4bd4f92e0706d7af6747fb8a0544 (patch) | |
| tree | a82edf34ace143dd013f2810edb3d5a3085cdd74 /client/css | |
| parent | 98007f4e1f4931cd88bd420e7eeecc761deff70a (diff) | |
client: fix "Start sorting" button, so that it immediately updates the url with selected metrics. Also fix non-focusable links.
Diffstat (limited to 'client/css')
| -rw-r--r-- | client/css/post-list-view.styl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/css/post-list-view.styl b/client/css/post-list-view.styl index 0d043c8..318b0c6 100644 --- a/client/css/post-list-view.styl +++ b/client/css/post-list-view.styl @@ -217,8 +217,12 @@ border-width: 1px &.selected border-style: solid + &.tag-default + background-color: $main-color &:not(.selected) border-style: dotted + &.tag-default + border-color: $main-color li a vertical-align: middle padding: 0.2em 0.5em |