mirror of
https://github.com/discourse/discourse.git
synced 2025-04-02 01:35:59 +08:00
FIX: revert readonly on share link field
This commit is contained in:
parent
c372eed999
commit
107cffcc84
@ -4,7 +4,7 @@
|
||||
<span class="date">{{bound-raw-date date}}</span>
|
||||
{{/if}}
|
||||
|
||||
<div><input type='text' readonly /></div>
|
||||
<div><input type='text' /></div>
|
||||
|
||||
{{each shareLinks itemView='share-link'}}
|
||||
|
||||
|
@ -47,7 +47,5 @@
|
||||
input[type=text] {
|
||||
font-size: 16px;
|
||||
margin-bottom: 10px;
|
||||
cursor: text;
|
||||
background-color: $secondary;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user