Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
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
drupal
Commits
ccc368e0
Verified
Commit
ccc368e0
authored
10 months ago
by
Théodore Biadala
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3445274
by Gauravvvv, smustgrave: Navigation module offsets the Olivero skip link element
(cherry picked from commit
7ac4979e
)
parent
53c88323
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Pipeline
#169651
passed
10 months ago
Stage: 🏗️ Build
Stage: 🪄 Lint
Stage: 🗜️ Test
Pipeline: drupal
#169676
Pipeline: drupal
#169666
Pipeline: drupal
#169661
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
core/themes/olivero/css/components/skip-link.css
+1
-1
1 addition, 1 deletion
core/themes/olivero/css/components/skip-link.css
core/themes/olivero/css/components/skip-link.pcss.css
+1
-1
1 addition, 1 deletion
core/themes/olivero/css/components/skip-link.pcss.css
with
2 additions
and
2 deletions
core/themes/olivero/css/components/skip-link.css
+
1
−
1
View file @
ccc368e0
...
...
@@ -15,7 +15,7 @@
.skip-link
{
display
:
block
;
width
:
100%
;
max-width
:
var
(
--max-bg-color
);
max-width
:
calc
(
var
(
--max-bg-color
)
+
var
(
--drupal-displace-offset-left
,
0px
))
;
padding-block
:
var
(
--sp0-5
);
padding-inline-start
:
var
(
--sp
);
padding-inline-end
:
var
(
--sp
);
...
...
This diff is collapsed.
Click to expand it.
core/themes/olivero/css/components/skip-link.pcss.css
+
1
−
1
View file @
ccc368e0
...
...
@@ -10,7 +10,7 @@
.skip-link
{
display
:
block
;
width
:
100%
;
max-width
:
var
(
--max-bg-color
);
max-width
:
calc
(
var
(
--max-bg-color
)
+
var
(
--drupal-displace-offset-left
,
0px
))
;
padding-block
:
var
(
--sp0-5
);
padding-inline-start
:
var
(
--sp
);
padding-inline-end
:
var
(
--sp
);
...
...
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