Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
navigation
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
navigation
Merge requests
!163
Add styles for block navigation label
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Add styles for block navigation label
issue/navigation-3415067:3415067-add-styles-for
into
1.x
Overview
11
Commits
8
Pipelines
15
Changes
7
2 open threads
Thread options
Hide all comments
Merged
Add styles for block navigation label
Konstantin Shupenko
requested to merge
issue/navigation-3415067:3415067-add-styles-for
into
1.x
Jan 17, 2024
Overview
11
Commits
8
Pipelines
15
Changes
7
2 open threads
Thread options
Hide all comments
Closes
#3415067
0
0
Merge request reports
Compare
1.x
version 17
03664b5b
Mar 13, 2024
version 16
e8b8583b
Mar 13, 2024
version 15
2bb4f92f
Mar 13, 2024
version 14
b6974d82
Mar 13, 2024
version 13
94db5076
Mar 12, 2024
version 12
f240d996
Mar 11, 2024
version 11
cbf5fb58
Mar 8, 2024
version 10
cbf5fb58
Mar 7, 2024
version 9
0178501c
Mar 7, 2024
version 8
cf3bdc9a
Feb 27, 2024
version 7
4ac2d545
Feb 6, 2024
version 6
4ac2d545
Feb 6, 2024
version 5
2c9af7a0
Jan 29, 2024
version 4
2c9af7a0
Jan 18, 2024
version 3
2b348d64
Jan 18, 2024
version 2
f46c767a
Jan 18, 2024
version 1
b4c32a39
Jan 17, 2024
1.x (base)
and
latest version
latest version
1253486d
8 commits,
Mar 13, 2024
version 17
03664b5b
8 commits,
Mar 13, 2024
version 16
e8b8583b
7 commits,
Mar 13, 2024
version 15
2bb4f92f
6 commits,
Mar 13, 2024
version 14
b6974d82
6 commits,
Mar 13, 2024
version 13
94db5076
5 commits,
Mar 12, 2024
version 12
f240d996
7 commits,
Mar 11, 2024
version 11
cbf5fb58
6 commits,
Mar 8, 2024
version 10
cbf5fb58
6 commits,
Mar 7, 2024
version 9
0178501c
5 commits,
Mar 7, 2024
version 8
cf3bdc9a
4 commits,
Feb 27, 2024
version 7
4ac2d545
3 commits,
Feb 6, 2024
version 6
4ac2d545
3 commits,
Feb 6, 2024
version 5
2c9af7a0
2 commits,
Jan 29, 2024
version 4
2c9af7a0
2 commits,
Jan 18, 2024
version 3
2b348d64
2 commits,
Jan 18, 2024
version 2
f46c767a
1 commit,
Jan 18, 2024
version 1
b4c32a39
1 commit,
Jan 17, 2024
7 files
+
23
−
20
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
css/components/toolbar-block.css
+
7
−
4
View file @ 1253486d
Edit in single-file editor
Open in Web IDE
Show full file
@@ -33,16 +33,19 @@
}
.toolbar-block__title
{
margin
:
0
;
letter-spacing
:
0.8px
;
text-transform
:
uppercase
;
color
:
var
(
--admin-toolbar-color-gray-600
);
font-family
:
inherit
;
font-size
:
var
(
--admin-toolbar-font-size-xxs
);
font-variation-settings
:
"wght"
600
;
padding-inline
:
calc
(
0.3125
*
var
(
--admin-toolbar-rem
))
calc
(
0.625
*
var
(
--admin-toolbar-rem
));
}
/* Temporarily hide titles on collapse. */
:is
(
html
:not
([
data-admin-toolbar
=
"expanded"
])
.admin-toolbar__content
.admin-toolbar__item
,
html
:not
([
data-admin-toolbar
=
"expanded"
])
.admin-toolbar__footer
)
.toolbar-block__title
{
display
:
none
;
html
:not
([
data-admin-toolbar
=
"expanded"
])
.toolbar-block__title
,
html
[
data-admin-toolbar-animating
][
data-admin-toolbar
=
"expanded"
]
.toolbar-block__title
{
visibility
:
hidden
;
overflow
:
hidden
;
width
:
0
;
}
Loading