Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
prototype
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
prototype
Merge requests
!109
3374467-responsive-tabs/Philip: Building out new Tabs component
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
3374467-responsive-tabs/Philip: Building out new Tabs component
issue/prototype-3374467:3374467-responsive-tabs
into
5.x
Overview
0
Commits
9
Pipelines
2
Changes
17
Merged
Philip Stier
requested to merge
issue/prototype-3374467:3374467-responsive-tabs
into
5.x
1 year ago
Overview
0
Commits
9
Pipelines
2
Changes
17
Expand
Closes
#3374467
0
0
Merge request reports
Compare
5.x
version 9
ff3eca34
1 year ago
version 8
e1017684
1 year ago
version 7
d37d9a32
1 year ago
version 6
3a9b0355
1 year ago
version 5
ddee6500
1 year ago
version 4
ddee6500
1 year ago
version 3
8c895972
1 year ago
version 2
e0c9312e
1 year ago
version 1
95da6036
1 year ago
5.x (base)
and
latest version
latest version
ff3eca34
9 commits,
1 year ago
version 9
ff3eca34
9 commits,
1 year ago
version 8
e1017684
8 commits,
1 year ago
version 7
d37d9a32
7 commits,
1 year ago
version 6
3a9b0355
6 commits,
1 year ago
version 5
ddee6500
5 commits,
1 year ago
version 4
ddee6500
5 commits,
1 year ago
version 3
8c895972
4 commits,
1 year ago
version 2
e0c9312e
2 commits,
1 year ago
version 1
95da6036
1 commit,
1 year ago
17 files
+
537
−
40
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
17
Search (e.g. *.vue) (Ctrl+P)
components/tabs/src/tabs.scss
→
components/
menu-
tabs/src/
menu-
tabs.scss
+
10
−
8
Options
//
// @file
// Tabs Container Styles
//
Menu
Tabs Container Styles
//
@use
'partials'
as
*
;
.c-tabs
{
@include
list--no-bullets
;
display
:
flex
;
margin
:
1rem
;
padding
:
0
;
border-bottom
:
1px
solid
var
(
--
prototype-color-light
);
// Give the tabs something to sit on
.c-menu-tabs
{
>
ul
{
@include
list--no-bullets
;
display
:
flex
;
margin
:
1rem
;
padding
:
0
;
border-bottom
:
1px
solid
var
(
--
prototype-color-light
);
// Give the tabs something to sit on
}
// c-tabs item
.tabs__item
{
.
c-menu-
tabs__item
{
display
:
block
;
list-style
:
none
;
margin-bottom
:
-1px
;
// Make the list-items overlay the bottom border
Loading