diff options
| author | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2021-12-08 05:21:41 -0600 |
|---|---|---|
| committer | Mikaƫl Capelle <capelle.mikael@gmail.com> | 2022-04-19 15:17:43 +0200 |
| commit | 35ca9ce0ba5c89036afb7dea2d3091470f7e0aaf (patch) | |
| tree | c98c518929072d92d32f1491c1eefcf1a26f69fc /src | |
| parent | 034ef8dfa641f29abf12820f3b921cf4f889ab43 (diff) | |
Fix webkit obsolete tag error
Diffstat (limited to 'src')
| -rw-r--r-- | src/modinfodialognexus.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modinfodialognexus.cpp b/src/modinfodialognexus.cpp index f81cfa89..fdcb2c03 100644 --- a/src/modinfodialognexus.cpp +++ b/src/modinfodialognexus.cpp @@ -258,7 +258,7 @@ void NexusTab::onModChanged() cursor: pointer; } - details summary::-webkit-details-marker { + details summary::marker { display:none; } |
