diff --git a/packages/core/src/styles/navbar.scss b/packages/core/src/styles/navbar.scss index 96fc611e..b005b96c 100644 --- a/packages/core/src/styles/navbar.scss +++ b/packages/core/src/styles/navbar.scss @@ -61,6 +61,15 @@ margin-left: -$psv-buttons-padding; } +.psv-download-button { + color: $psv-buttons-color !important; + text-decoration: none !important; + + &::before, &::after { + display: none !important; + } +} + .psv-custom-button { width: auto; min-width: $psv-buttons-height;