Merge remote-tracking branch 'origin/tradingview-toolbar-button-fix' into main

This commit is contained in:
Tyler Shipe 2021-04-27 20:58:08 -04:00
commit c90ffc6447
2 changed files with 18 additions and 190 deletions

View File

@ -179,6 +179,14 @@ html .toggleButton-3TAD9tll .arrow-liYbPQ3o {
stroke: var(--black);
}
html .button-263WXsg-.isActive-2mI1-NUL .icon-1Y-3MM9F {
color: var(--black);
}
html .button-263WXsg-.isActive-2mI1-NUL:hover .icon-1Y-3MM9F {
color: var(--black);
}
/* floating toolbar */
html .tv-grouped-floating-toolbar__widget-wrapper {
@ -512,6 +520,14 @@ html.theme-dark .toggleButton-3TAD9tll .arrow-liYbPQ3o {
stroke: var(--black);
}
html.theme-dark .button-263WXsg-.isActive-2mI1-NUL .icon-1Y-3MM9F {
color: var(--black);
}
html.theme-dark .button-263WXsg-.isActive-2mI1-NUL:hover .icon-1Y-3MM9F {
color: var(--black);
}
/* floating toolbar */
html.theme-dark .tv-grouped-floating-toolbar__widget-wrapper {

192
yarn.lock

File diff suppressed because it is too large Load Diff