Skip to content
Snippets Groups Projects
Commit a098c6e1 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #1940208 by pameeela, mgifford, echoz: Fixed Contrast for add & remove...

Issue #1940208 by pameeela, mgifford, echoz: Fixed Contrast for add & remove shortcut links on overlay not sufficient for WCAG - Regression.
parent fdebcfe6
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
* Add/remove links.
*/
.add-or-remove-shortcuts .icon {
margin-left: 4px;
margin-left: 0;
margin-right: 8px;
}
.add-shortcut a:focus .icon,
......
......@@ -34,7 +34,6 @@
background: transparent url(shortcut.png) no-repeat;
height: 12px;
margin-left: 8px; /* LTR */
margin-right: 4px;
overflow: hidden;
text-indent: 12px;
width: 12px;
......
......@@ -145,13 +145,6 @@ ol.task-list li.active {
margin: -1.4em 0 0.3em 0;
}
/* Shortcut theming */
div.add-or-remove-shortcuts {
float: none;
padding-left: 0;
padding-right: 6px;
}
/* Recent content block */
#block-node-recent .more-link {
padding: 0 0 5px 5px;
......
......@@ -1033,10 +1033,14 @@ h1#overlay-title {
}
/* Shortcut theming */
div.add-or-remove-shortcuts {
float: left; /* LTR */
padding-top: 0;
padding-left: 6px; /* LTR */
.add-or-remove-shortcuts a:focus span.text,
.add-or-remove-shortcuts a:hover span.text {
color: #fff;
background-color: #5f605b;
padding: 0 6px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
/* Field UI */
......
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