mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-13 08:34:49 +08:00
Merge pull request #7268 from artoscinote/ma_SCI_10430
Hide relationships caret in Safari [SCI-10430]
This commit is contained in:
commit
29e3ae8a24
1 changed files with 5 additions and 0 deletions
|
@ -532,3 +532,8 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Hide caret in Safari
|
||||
#relationships-section summary:-webkit-details-marker {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue