mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-12 17:31:00 +08:00
Hide relationships caret in Safari [SCI-10430]
This commit is contained in:
parent
8a0e5802ac
commit
e406d3319e
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