match tag editor readonly styling with input

This commit is contained in:
Mads Rasmussen
2022-05-11 20:25:34 +02:00
parent 5e4ecf2462
commit c9c00760b5

View File

@@ -54,7 +54,6 @@
}
umb-tags-editor[readonly] {
cursor: not-allowed;
background: @inputDisabledBackground;
border-color: @inputReadonlyBorderColor;
display: block;
}