diff options
author | Cirno the Strongest <1447794+CirnoT@users.noreply.github.com> | 2020-06-22 01:18:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-22 02:18:42 +0300 |
commit | c1a2887c028703dcd8516f7e90444aae7a381d80 (patch) | |
tree | 90dd9ccc887113e495e8f8313d4ade4491326651 /web_src/less | |
parent | 3b685e1f0d2978df4a057bfe0ad8a40cb7dbc96c (diff) | |
download | gitea-c1a2887c028703dcd8516f7e90444aae7a381d80.tar.gz gitea-c1a2887c028703dcd8516f7e90444aae7a381d80.zip |
Use octicons for all repo header buttons (#11890)
* Use octicons for all repo header buttons
* ensure margin isn't set on any other svg outside repo buttons
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Lauris BH <lauris@nix.lv>
Diffstat (limited to 'web_src/less')
-rw-r--r-- | web_src/less/_repository.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web_src/less/_repository.less b/web_src/less/_repository.less index 795deeb49c..76e6729c35 100644 --- a/web_src/less/_repository.less +++ b/web_src/less/_repository.less @@ -32,8 +32,8 @@ white-space: nowrap; } - .svg.octicon-repo-forked { - margin-top: -1px; + .repo-buttons .svg { + margin: 0 .42857143em 0 -.21428571em; } .button { |