Bug 1568606 - Restore all: unset; on read-only inputs in details view. r=jaws

Differential Revision: https://phabricator.services.mozilla.com/D39227

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Tim Nguyen 2019-07-24 18:46:29 +00:00
Родитель 39687fe7bb
Коммит ef4ec2dccb
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -38,9 +38,7 @@
:host(:not([data-editing])) input[type="password"],
:host(:not([data-editing])) input[type="text"],
:host(:not([data-editing])) input[type="url"] {
border: none;
background: none;
padding: 0;
all: unset;
font-size: 1.1em;
display: inline-block;
width: -moz-available;