mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
Add hover hightlight to repo toolbar (#4732)
Highlights links in repo toolbar on hover Co-authored-by: Lars Hvam <larshp@hotmail.com>
This commit is contained in:
parent
788d649feb
commit
c9bd8443ee
|
@ -101,6 +101,7 @@ div.repo { background-color: var(--theme-container-background-color); }
|
|||
.repo_name span.name { color: #333; }
|
||||
.repo_name span.url { color: var(--theme-primary-font-color-reduced); }
|
||||
.repo_name a.url { color: var(--theme-primary-font-color-reduced); }
|
||||
.repo_name a.url:hover { color: var(--theme-link-color); }
|
||||
.repo_attr { color: grey; }
|
||||
|
||||
.repo_attr span.bg_marker {
|
||||
|
|
Loading…
Reference in New Issue
Block a user