Commit 7834ab79 authored by aballerr's avatar aballerr Committed by GitHub

fix: removing details-marker from safari (#5364)

* removing details-marker from safari and mobile
parent dee808cc
...@@ -102,6 +102,10 @@ export const ThemedGlobalStyle = createGlobalStyle` ...@@ -102,6 +102,10 @@ export const ThemedGlobalStyle = createGlobalStyle`
background-color: ${({ theme }) => theme.background} !important; background-color: ${({ theme }) => theme.background} !important;
} }
summary::-webkit-details-marker {
display:none;
}
a { a {
color: ${({ theme }) => theme.deprecated_blue1}; color: ${({ theme }) => theme.deprecated_blue1};
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment