Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bs_base
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
bs_base
Commits
2b8c3db7
Commit
2b8c3db7
authored
5 months ago
by
Ivica Puljic
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3456303
by pivica: Make contextual core links styles stronger
parent
677a3e8f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
themes/bs_bootstrap/sass/components/partials/_contextual.scss
+12
-5
12 additions, 5 deletions
...es/bs_bootstrap/sass/components/partials/_contextual.scss
with
12 additions
and
5 deletions
themes/bs_bootstrap/sass/components/partials/_contextual.scss
+
12
−
5
View file @
2b8c3db7
.contextual-region
{
.contextual
{
.contextual-links
{
// For contextual links our custom rules for header/footer and content
// can override default Drupal rules which is something we do not want for
// now.
// We will use !important here to make sure that rules that can be
// overriden are preserved.
a
{
// For contextual links for blocks in header in footer our rules for
// header and footer will override default Drupal rules which is
// something we do not want for now.
// Restore default Drupal contextual link color.
color
:
#333
;
color
:
#333
!
important
;
text-decoration
:
none
!
important
;
@include
hover-focus
()
{
color
:
#000
!
important
;
text-decoration
:
none
!
important
;
}
}
}
}
...
...
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