nicolas-cusan/destyle.css

"dialog" tag reset

isuke opened this issue · 1 comments

isuke commented

I want to reset default dialog tag styles.

For example, the following styles are the default for latest chrome.

  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  width: -webkit-fit-content;
  height: -webkit-fit-content;
  color: black;
  margin: auto;
  border-width: initial;
  border-style: solid;
  border-color: initial;
  border-image: initial;
  padding: 1em;
  background: white;

I love this repository.
Thank you.

isuke commented

Sorry, I missed this rule.

HTML5 inputs and elements like range, color, meter and progress are not reset.