BigW Consortium Gitlab

Commit 92b55fd0 by Filipa Lacerda

Merge branch '26920-hover-cursor-on-pagination-element' into 'master'

Resolve "Mouse text cursor above pagination elements" Closes #26920 See merge request !9003
parents 1bbc99f1 38f8ae2e
......@@ -6,8 +6,22 @@
.pagination {
padding: 0;
a {
cursor: pointer;
}
.separator,
.separator:hover {
a {
cursor: default;
background-color: $gray-light;
padding: $gl-vert-padding;
}
}
}
.gap,
.gap:hover {
background-color: $gray-light;
......
---
title: Fixes hover cursor on pipeline pagenation
merge_request: 9003
author:
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