This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# EditorConfig (http://editorconfig.org) | |
# Set this as the root EditorConfig file | |
root = true | |
# Default settings for all files | |
[*] | |
charset = utf-8 | |
end_of_line = lf | |
trim_trailing_whitespace = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Drupal Contextual Links | |
// -------------------------------------------------- | |
div.contextual-links-wrapper { | |
display: none !important; // hide by default | |
z-index: 49 !important; | |
text-shadow: none !important; | |
a.contextual-links-trigger { | |