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
01baaf08
Commit
01baaf08
authored
3 years ago
by
Martin Leblanc
Browse files
Options
Downloads
Plain Diff
ISTWCMS-5143: adding the tabs fix to 3.0.x
parents
c52337ee
6cd1f22c
No related branches found
No related tags found
1 merge request
!101
Feature/istwcms 5143 ebremner tabs
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
source/_patterns/04-components/catalog-search/_catalog-search.scss
+2
-0
2 additions, 0 deletions
...atterns/04-components/catalog-search/_catalog-search.scss
source/_patterns/04-components/tabs/_tabs.scss
+29
-3
29 additions, 3 deletions
source/_patterns/04-components/tabs/_tabs.scss
with
31 additions
and
3 deletions
source/_patterns/04-components/catalog-search/_catalog-search.scss
+
2
−
0
View file @
01baaf08
...
@@ -4,6 +4,8 @@
...
@@ -4,6 +4,8 @@
.catalog-search-form
{
.catalog-search-form
{
display
:grid
;
display
:grid
;
grid-template-columns
:
auto
3rem
;
grid-template-columns
:
auto
3rem
;
padding-left
:
0
;
padding-right
:
0
;
position
:
relative
;
position
:
relative
;
.form-text
{
.form-text
{
border-bottom-right-radius
:
0
;
border-bottom-right-radius
:
0
;
...
...
This diff is collapsed.
Click to expand it.
source/_patterns/04-components/tabs/_tabs.scss
+
29
−
3
View file @
01baaf08
// @file
// @file
// Styles for UW Tabs.
// Styles for UW Tabs.
.uw-tabs
{
.uw-tabs
{
margin
:gesso-spacing
(
sm
)
auto
;
margin
:gesso-spacing
(
sm
)
auto
;
&
.catalog
{
@include
medium
{
padding
:
0
;
}
}
width
:
100%
;
width
:
100%
;
.hide-js
{
.hide-js
{
...
@@ -20,9 +28,27 @@
...
@@ -20,9 +28,27 @@
.uw-tab
{
.uw-tab
{
@include
flexbox
();
@include
flexbox
();
@supports
(
scrollbar-width
:
none
)
{
scrollbar-width
:
none
;
}
overflow-y
:
scroll
;
@include
medium
{
overflow-y
:
initial
;
}
html
:not
(
.js
)
&
{
html
:not
(
.js
)
&
{
display
:none
;
display
:none
;
}
}
a
{
white-space
:
nowrap
;
}
}
.
uw-tab
:
:-
webkit-scrollbar
{
display
:
none
;
}
}
// button
// button
...
@@ -32,10 +58,10 @@
...
@@ -32,10 +58,10 @@
font-weight
:inherit
;
font-weight
:inherit
;
margin
:
0
0
0
0
.15rem
;
margin
:
0
0
0
0
.15rem
;
max-width
:
inherit
;
max-width
:
inherit
;
padding
:
0
.5
rem
1
rem
;
padding
:
1
rem
2
rem
;
@include
medium
{
@include
medium
{
border-bottom
:
0
.4rem
solid
#fff
;
border-bottom
:
0
.4rem
solid
#fff
;
font-size
:
gesso-font-size
(
1
);
font-weight
:inherit
;
font-weight
:inherit
;
margin
:
0
0
0
0
.15rem
;
margin
:
0
0
0
0
.15rem
;
max-width
:
inherit
;
max-width
:
inherit
;
...
...
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