remove underline from context header
This commit is contained in:
parent
34d5d1fa80
commit
c45932bee0
1 changed files with 5 additions and 0 deletions
|
@ -433,6 +433,11 @@
|
|||
.context-header {
|
||||
width: auto;
|
||||
margin-right: 0;
|
||||
|
||||
a:hover,
|
||||
a:focus {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
.multi-file-commit-panel-inner {
|
||||
|
|
Loading…
Reference in a new issue