remove underline from context header

This commit is contained in:
Phil Hughes 2018-04-24 08:12:10 +01:00
parent 34d5d1fa80
commit c45932bee0
No known key found for this signature in database
GPG key ID: 32245528C52E0F9F

View file

@ -433,6 +433,11 @@
.context-header {
width: auto;
margin-right: 0;
a:hover,
a:focus {
text-decoration: none;
}
}
.multi-file-commit-panel-inner {