mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 12:45:40 +08:00
make share link input field readonly, with css tweaks
This commit is contained in:
parent
ad17a315ec
commit
e9bfb1c89e
|
@ -4,7 +4,7 @@
|
||||||
<span class="date">{{bound-raw-date date}}</span>
|
<span class="date">{{bound-raw-date date}}</span>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
<div><input type='text' /></div>
|
<div><input type='text' readonly /></div>
|
||||||
|
|
||||||
{{each shareLinks itemView='share-link'}}
|
{{each shareLinks itemView='share-link'}}
|
||||||
|
|
||||||
|
|
|
@ -47,5 +47,7 @@
|
||||||
input[type=text] {
|
input[type=text] {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
cursor: text;
|
||||||
|
background-color: $secondary;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user