Commit bd504e78 authored by Simon Knox's avatar Simon Knox Committed by Jacques Erasmus

Remove 200kb of CSS from sidebar Edit buttons

Adding no additional styles means there are some
slight inconsistencies in active/focus states, but
no more than there already are with the mix of plain
links, gl-links, gl-buttons, and other things.
parent c22d662c
...@@ -240,16 +240,6 @@ ...@@ -240,16 +240,6 @@
.avatar { .avatar {
margin-left: 0; margin-left: 0;
} }
a.edit-link:not([href]):hover {
color: rgba($gray-normal, 0.2);
}
.confidential-edit,
.lock-edit,
.edit-link {
@extend .btn-link;
}
} }
.cross-project-reference, .cross-project-reference,
......
---
title: Less inconsistent Edit links in sidebar
merge_request: 43106
author:
type: performance
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