add link button next to website tag

This commit is contained in:
Kyle Hensel
2021-08-19 15:17:45 +12:00
parent 81b7e282c3
commit 416c1af372
3 changed files with 27 additions and 3 deletions
+5 -2
View File
@@ -1706,9 +1706,12 @@ a.hide-toggle {
.form-field-input-text > input:only-of-type,
.form-field-input-tel > input:only-of-type,
.form-field-input-email > input:only-of-type,
.form-field-input-url > input:only-of-type {
.form-field-input-url > input:only-child {
border-radius: 0 0 4px 4px;
}
.form-field-input-url > input:not(:only-child) {
border-radius: 0 0 0 4px;
}
.form-field-input-number > input:only-of-type {
border-radius: 0 0 0 4px;
}
@@ -5639,4 +5642,4 @@ li.hide + li.version .badge .tooltip .popover-arrow {
height: 100px;
width: 100px;
color: #7092ff;
}
}