Commit 8886d995 authored by ninabreznik's avatar ninabreznik Committed by yann300

Refactoring for theme

parent 630703a1
......@@ -25,11 +25,14 @@ var css = csjs`
justify-content: center
}
.jumpButton {
${styles.button}
${styles.button}
}
.navigator:hover {
.navigator {
color: ${styles.colors.black}
}
.navigator:hover {
color: ${styles.colors.orange}
}
`
function ButtonNavigator (_parent, _traceManager) {
......
......@@ -36,9 +36,10 @@ var css = csjs`
}
.txbutton {
${styles.button}
color: ${styles.colors.black};
}
.txbutton:hover {
color: ${styles.colors.black};
color: ${styles.colors.orange};
}
`
function TxBrowser (_parent) {
......
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