Mercurial > hg > cmmr2012-drupal-site
diff core/modules/quickedit/css/quickedit.icons.theme.css @ 5:12f9dff5fda9 tip
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:34:47 +0100 |
parents | c75dbcec494b |
children |
line wrap: on
line diff
--- a/core/modules/quickedit/css/quickedit.icons.theme.css Thu Feb 28 13:11:55 2019 +0000 +++ b/core/modules/quickedit/css/quickedit.icons.theme.css Thu May 09 15:34:47 2019 +0100 @@ -4,9 +4,9 @@ */ .quickedit .icon { + position: relative; + min-width: 2.5em; min-height: 1em; - min-width: 2.5em; - position: relative; } .quickedit .icon.icon-only { text-indent: -9999px; @@ -15,34 +15,34 @@ padding-right: 2.5em; /* LTR */ } [dir="rtl"] .quickedit .icon.icon-end { + padding-right: 0; padding-left: 2.5em; - padding-right: 0; } .quickedit .icon:before { - background-attachment: scroll; - background-color: transparent; - background-position: center center; - background-repeat: no-repeat; - content: ''; - display: block; - height: 100%; - left: 0; /* LTR */ position: absolute; top: 0; + left: 0; /* LTR */ + display: block; width: 100%; + height: 100%; + content: ""; + background-color: transparent; + background-repeat: no-repeat; + background-attachment: scroll; + background-position: center center; } [dir="rtl"] .quickedit .icon:before { + right: 0; left: auto; - right: 0; } .quickedit .icon-end:before { + right: 0.5em; /* LTR */ left: auto; /* LTR */ - right: 0.5em; /* LTR */ width: 18px; } [dir="rtl"] .quickedit .icon-end:before { + right: auto; left: 0.5em; - right: auto; } .quickedit button.icon { font-size: 1em; @@ -56,9 +56,9 @@ * Images. */ .quickedit .icon-close:before { + top: 10px; + height: 12px; background-image: url(../../../misc/icons/787878/ex.svg); - height: 12px; - top: 10px; } .quickedit .icon-close:hover:before, .quickedit .icon-close:active:before {