]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Fix outline buttons become invisible in light mode 243/head
authorMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Thu, 10 Mar 2022 21:59:31 +0000 (13:59 -0800)
committerMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Thu, 10 Mar 2022 21:59:31 +0000 (13:59 -0800)
src-ui/src/theme.scss

index 274f0460e8a552a0c38474ce134b09207bae2b08..9fc683f571ff19fd9c47efe545d36f6c8555035b 100644 (file)
@@ -63,10 +63,6 @@ svg.logo {
 
 .btn-outline-secondary {
   color: var(--bs-secondary);
-
-  &:hover, &:focus, &.active, &:active {
-    color: var(--bs-light);
-  }
 }
 
 .nav-item .sidebaricon {