Quantcast
Channel: Issues for Drupal core
Viewing all articles
Browse latest Browse all 301029

Fix cropped handle icon

$
0
0

Problem/Motivation

When using common CSS normalization stylesheets, the handle icon is cropped almost completely out of view.

A screenshot of the cropped draggable handle icons.

Steps to reproduce

This is reproducible when a theme specifies something like one of the following:

*,
::before,
::after {
  box-sizing: border-box;
}
*,
::before,
::after {
  box-sizing: inherit;
}

See https://github.com/csstools/sanitize.css/blob/092d0d85922bfa72d28e9e8d25...
See https://github.com/sindresorhus/modern-normalize/blob/5d8b1e5c8a167948e9...
See https://github.com/uswds/uswds/blob/42907b9ef1a8dfa859730e91d03482f2283b...

Use a theme that implements one of the many commonly used normalization stylesheets: sanitize.css, modern-normalize.css, etc.

Proposed resolution

Ensure .handle styling is in place that works with and without these box-sizing normalizations.


Viewing all articles
Browse latest Browse all 301029

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>