Skip to content
Snippets Groups Projects
Commit 2b8c3db7 authored by Ivica Puljic's avatar Ivica Puljic
Browse files

Issue #3456303 by pivica: Make contextual core links styles stronger

parent 677a3e8f
No related branches found
No related tags found
No related merge requests found
.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;
}
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment