Make retraction reasons in info pane selectable
And prevent text cursor on other text
This commit is contained in:
parent
b0240417fa
commit
e1e5039111
1 changed files with 6 additions and 0 deletions
|
@ -45,6 +45,10 @@
|
|||
margin-left: 5px;
|
||||
}
|
||||
|
||||
#retraction-box {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
#retraction-header {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
@ -60,6 +64,8 @@
|
|||
padding: .5em 1.5em;
|
||||
margin-top: 0;
|
||||
margin-bottom: 1em;
|
||||
cursor: text;
|
||||
-moz-user-select: text;
|
||||
}
|
||||
|
||||
#retraction-details dt {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue