diff --git a/src/components/FindReplace.vue b/src/components/FindReplace.vue index 760f9e71..608af36c 100644 --- a/src/components/FindReplace.vue +++ b/src/components/FindReplace.vue @@ -14,8 +14,8 @@
- - + +
@@ -24,8 +24,8 @@
- - + +
@@ -307,20 +307,36 @@ export default { color: rgba(0, 0, 0, 0.25); text-transform: none; + .app--dark & { + color: rgba(255, 255, 255, 0.25); + } + &:active, &:focus, &:hover { color: rgba(0, 0, 0, 0.25); + + .app--dark & { + color: rgba(255, 255, 255, 0.25); + } } } .find-replace__button--on { color: rgba(0, 0, 0, 0.67); + .app--dark & { + color: rgba(255, 255, 255, 0.67); + } + &:active, &:focus, &:hover { color: rgba(0, 0, 0, 0.67); + + .app--dark & { + color: rgba(255, 255, 255, 0.67); + } } } @@ -343,10 +359,18 @@ export default { padding: 2px; color: rgba(0, 0, 0, 0.5); + .app--dark & { + color: rgba(255, 255, 255, 0.5); + } + &:active, &:focus, &:hover { color: rgba(0, 0, 0, 0.75); + + .app--dark & { + color: rgba(255, 255, 255, 0.75); + } } }