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

Revert "Issue #2352857 by thamas: Fixed Improve the display of trigger icon (pencil)."

Needs more discussion.

This reverts commit b983fad1.
parent ecadab6e
No related branches found
No related tags found
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
......@@ -31,26 +31,25 @@
.contextual .trigger {
background-attachment: scroll;
background-color: #fff;
border: none;
border-radius: 14px;
border: 1px solid #ddd;
border-radius: 13px;
box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
float: right; /* LTR */
margin: 0;
overflow: hidden;
padding: 0 2px;
position: relative;
right: 6px; /* LTR */
right: 2px; /* LTR */
cursor: pointer;
}
[dir="rtl"] .contextual .trigger {
float: left;
right: auto;
left: 6px;
left: 2px;
}
.contextual.open .trigger {
border: 1px solid #ddd;
border-bottom-color: transparent;
border-radius: 14px 14px 0 0;
border-radius: 13px 13px 0 0;
box-shadow: none;
z-index: 2;
}
......@@ -69,7 +68,7 @@
margin: 0;
padding: 0.25em 0;
position: relative;
right: 6px; /* LTR */
right: 2px; /* LTR */
text-align: left; /* LTR */
top: -1px;
white-space: nowrap;
......@@ -77,7 +76,7 @@
[dir="rtl"] .contextual-region .contextual .contextual-links {
border-radius: 0 4px 4px 4px;
float: left;
left: 6px;
left: 2px;
right: auto;
text-align: right;
}
......
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