Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
f8693f2c
Commit
f8693f2c
authored
Jun 08, 2018
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Override BS4 pagination variables
parent
8cd6ffab
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
0 deletions
+24
-0
app/assets/stylesheets/framework/pagination.scss
app/assets/stylesheets/framework/pagination.scss
+8
-0
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+16
-0
No files found.
app/assets/stylesheets/framework/pagination.scss
View file @
f8693f2c
...
...
@@ -4,3 +4,11 @@
text-decoration
:
none
;
}
}
.page-item
{
&
.active
{
.page-link
{
z-index
:
3
;
}
}
}
app/assets/stylesheets/framework/variables.scss
View file @
f8693f2c
...
...
@@ -434,6 +434,22 @@ $gl-btn-horz-padding: 12px;
$badge-bg
:
rgba
(
0
,
0
,
0
,
0
.07
);
$badge-color
:
$gl-text-color-secondary
;
/*
* Pagination
*/
$pagination-padding-y
:
6px
;
$pagination-padding-x
:
16px
;
$pagination-line-height
:
20px
;
$pagination-border-color
:
$border-color
;
$pagination-active-bg
:
$blue-600
;
$pagination-active-border-color
:
$blue-600
;
$pagination-hover-bg
:
$blue-50
;
$pagination-hover-border-color
:
$border-color
;
$pagination-hover-color
:
$gl-text-color
;
$pagination-disabled-color
:
#cdcdcd
;
$pagination-disabled-bg
:
$gray-light
;
$pagination-disabled-border-color
:
$border-color
;
/*
* Status icons
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment