diff options
author | silverwind <me@silverwind.io> | 2020-12-17 20:58:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-17 19:58:21 +0000 |
commit | 3260e156682ea69fcf1f7441abd8d2483aab1d32 (patch) | |
tree | 1dd952dc5a34f99db7a2474678a507f3a1f80761 /web_src/less/_dashboard.less | |
parent | 8af9df00360a812d31281179f4c6e095959e487e (diff) | |
download | gitea-3260e156682ea69fcf1f7441abd8d2483aab1d32.tar.gz gitea-3260e156682ea69fcf1f7441abd8d2483aab1d32.zip |
Dashboard search tweaks (#14008)
- Fix color of inactive pagination parts caused by overreaching CSS
selector.
- Slightly reduce horizontal padding on list items
- Add spacing around pagination and move it outside of <ul>
Diffstat (limited to 'web_src/less/_dashboard.less')
-rw-r--r-- | web_src/less/_dashboard.less | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/web_src/less/_dashboard.less b/web_src/less/_dashboard.less index c925512f29..1330b04abb 100644 --- a/web_src/less/_dashboard.less +++ b/web_src/less/_dashboard.less @@ -156,16 +156,12 @@ background-color: #fcf8e9; } - a { - padding: 6px 1.2em; + .repo-list-link { + padding: 6px 1em; display: block; .svg { - color: var(--color-secondary-dark-6); - - &.rear { - font-size: 15px; - } + color: var(--color-text-light-2); } .star-num { |