Commit aa3c1349 authored by Clement Ho's avatar Clement Ho Committed by Clement Ho

Fix CI status icon link underline

parent 440b14da
...@@ -2,6 +2,7 @@ Please view this file on the master branch, on stable branches it's out of date. ...@@ -2,6 +2,7 @@ Please view this file on the master branch, on stable branches it's out of date.
v 8.11.0 (unreleased) v 8.11.0 (unreleased)
- Remove magic comments (`# encoding: UTF-8`) from Ruby files !5456 (winniehell) - Remove magic comments (`# encoding: UTF-8`) from Ruby files !5456 (winniehell)
- Fix CI status icon link underline (ClemMakesApps)
- Fix of 'Commits being passed to custom hooks are already reachable when using the UI' - Fix of 'Commits being passed to custom hooks are already reachable when using the UI'
- Limit git rev-list output count to one in forced push check - Limit git rev-list output count to one in forced push check
- Add green outline to New Branch button !5447 (winniehell) - Add green outline to New Branch button !5447 (winniehell)
......
...@@ -216,6 +216,11 @@ ...@@ -216,6 +216,11 @@
position: relative; position: relative;
top: 3px; top: 3px;
} }
&:hover,
&:focus {
text-decoration: none;
}
} }
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment