Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Greenlight
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arbeitsgruppe Hardwarenahe IT-Systeme
Greenlight
Commits
f913a198
Unverified
Commit
f913a198
authored
Jan 17, 2023
by
Ahmad Farhat
Committed by
GitHub
Jan 17, 2023
Browse files
Options
Downloads
Patches
Plain Diff
Move sematic ui css into a file for better performance (#4520)
parent
b82f3c20
No related branches found
No related tags found
No related merge requests found
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
app/assets/stylesheets/application.bootstrap.scss
+1
-52
1 addition, 52 deletions
app/assets/stylesheets/application.bootstrap.scss
app/assets/stylesheets/pagination.scss
+52
-0
52 additions, 0 deletions
app/assets/stylesheets/pagination.scss
with
53 additions
and
52 deletions
app/assets/stylesheets/application.bootstrap.scss
+
1
−
52
View file @
f913a198
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
@import
'shared_accesses'
;
@import
'shared_accesses'
;
@import
'presentation'
;
@import
'presentation'
;
@import
'admin_panel'
;
@import
'admin_panel'
;
@import
'
//cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.2/components/menu.min.css
'
;
@import
'
pagination
'
;
html
,
html
,
body
{
body
{
...
@@ -392,57 +392,6 @@ input[type='checkbox'] {
...
@@ -392,57 +392,6 @@ input[type='checkbox'] {
border-color: var(--brand-color) !important;
border-color: var(--brand-color) !important;
}
}
//Semantic UI pagination
.pagination-wrapper {
border-bottom: 2px solid whitesmoke;
border-right: 2px solid whitesmoke;
border-left: 2px solid whitesmoke;
}
.semantic-ui-pagination {
.ui.menu {
position: relative;
padding: 8px 12px 8px 16px;
}
.ui.menu .item {
justify-content: center;
}
.ui.secondary.menu .active.item {
color: var(--brand-color);
border-radius: $border-radius;
}
.ui.secondary.menu .item {
border-radius: $border-radius;
&:hover {
color: var(--brand-color) !important;
}
}
.ui.menu > .item:first-child {
display: block;
margin-right: auto;
padding: 0 !important;
}
.ui.menu > .item:last-child {
display: block;
margin-left: auto;
margin-right: 0 !important;
padding: 0 !important;
}
.ui.pagination {
width: 100%;
border: none;
box-shadow: none;
}
}
//Logo
//Logo
.small-logo {
.small-logo {
max-width: 200px;
max-width: 200px;
...
...
This diff is collapsed.
Click to expand it.
app/assets/stylesheets/pagination.scss
0 → 100644
+
52
−
0
View file @
f913a198
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment