Widgets: Style the Image Widget's link field as invalid when a bad URL is supplied.
Fixes issue where user may supply an invalid URL and be unable to save the widget on the Widgets admin screen without being told why. Amends [41252]. See #41274. Fixes #42488. git-svn-id: https://develop.svn.wordpress.org/trunk@42140 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
c994a2e9bb
commit
d7af48d421
|
@ -154,7 +154,8 @@
|
||||||
top: 30px;
|
top: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.media-frame #embed-url-field.invalid {
|
.media-frame #embed-url-field.invalid,
|
||||||
|
.media-widget-image-link > .link:invalid {
|
||||||
border: 1px solid #dc3232;
|
border: 1px solid #dc3232;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue