Skip to content
Snippets Groups Projects
Commit 9564809c authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2544390 by emma.maria, jibran: Fix shortcut action link styling in bartik

parent 9aec8275
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
/* -------------- Shortcut Links -------------- */
/**
* @file
* Visual styles for the Shortcut action link in Bartik.
*/
.shortcut-wrapper {
margin: 2.2em 0 1.1em 0; /* Same as usual .page-title margin. */
......@@ -11,5 +14,16 @@
float: right;
}
.shortcut-action {
padding-top: 0.9em;
border-bottom: none;
margin-left: 0.5em; /* LTR */
padding-top: 0.35em;
}
[dir="rtl"] .shortcut-action {
margin-left: 0;
margin-right: 0.5em;
}
.shortcut-action:hover,
.shortcut-action:active,
.shortcut-action:focus {
border-bottom: none;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment