Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uw_wcms_gesso
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WCMS
uw_wcms_gesso
Commits
358bbc28
Commit
358bbc28
authored
3 years ago
by
Eric Bremner
Browse files
Options
Downloads
Patches
Plain Diff
ISTWCMS-4767: removing display none from highlighted section so that messages actually appear
parent
7e0d9ba8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!43
ISTWCMS-4767: removing display none from highlighted section so that messages actually appear
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
css/styles.css
+4467
-6182
4467 additions, 6182 deletions
css/styles.css
source/_patterns/03-layouts/site-container/_site-container.scss
+0
-1
0 additions, 1 deletion
.../_patterns/03-layouts/site-container/_site-container.scss
with
4467 additions
and
6183 deletions
css/styles.css
+
4467
−
6182
View file @
358bbc28
This diff is collapsed.
Click to expand it.
source/_patterns/03-layouts/site-container/_site-container.scss
+
0
−
1
View file @
358bbc28
...
@@ -15,7 +15,6 @@
...
@@ -15,7 +15,6 @@
.uw-highlighted
{
.uw-highlighted
{
@include
uw-contained-width
;
@include
uw-contained-width
;
display
:none
;
grid-column
:
1
/
2
;
grid-column
:
1
/
2
;
grid-row
:
2
/
3
;
grid-row
:
2
/
3
;
position
:relative
;
position
:relative
;
...
...
This diff is collapsed.
Click to expand it.
Liam Morland
@lkmorlan
·
3 years ago
The "display: none" had been added in
fba56cf6
.
The "display: none" had been added in fba56cf.
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