Link picker: Make link input full width if anchor option is disabled (#10313)

* Add missing focus styling

* Add width modifier to link input

* same result without adding new classes

Co-authored-by: BatJan <jaskov@gmail.com>
Co-authored-by: Jan Skovgaard Olsen <jso@co3.dk>
Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>
This commit is contained in:
Jan Skovgaard
2021-06-09 01:02:37 +02:00
committed by GitHub
parent 4e60e7dec1
commit 40c4c875c4

View File

@@ -950,6 +950,12 @@
.umb-linkpicker__url {
width: 50%;
padding-right: 5px;
// when the anchor input is hidden by config
// the URL input should be full-width
&:only-child {
width: 100%;
}
}
.umb-linkpicker__anchor {