Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ChihuahUI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIP
Labrador
ChihuahUI
Merge requests
!1
Add invisible class
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Add invisible class
add-invisible-class
into
master
Overview
0
Commits
1
Pipelines
3
Changes
1
Merged
Add invisible class
Timur Oberhuber
requested to merge
add-invisible-class
into
master
May 7, 2023
Overview
0
Commits
1
Pipelines
3
Changes
1
Adds an
invisible
class, which has
visibility: hidden
for hiding but keeping the space on the page.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
ecdcdf5a
1 commit,
May 7, 2023
1 file
+
4
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/scss/6_utilities/_utilities.scss
+
4
−
0
View file @ ecdcdf5a
Edit in single-file editor
Open in Web IDE
Show full file
@@ -9,4 +9,8 @@
.hidden
{
display
:
none
!
important
;
}
.invisible
{
visibility
:
hidden
!
important
;
}
\ No newline at end of file
Loading