|
|
@ -25,11 +25,14 @@ var css = csjs` |
|
|
|
justify-content: center |
|
|
|
justify-content: center |
|
|
|
} |
|
|
|
} |
|
|
|
.jumpButton { |
|
|
|
.jumpButton { |
|
|
|
${styles.button}
|
|
|
|
${styles.button} |
|
|
|
} |
|
|
|
} |
|
|
|
.navigator:hover { |
|
|
|
.navigator { |
|
|
|
color: ${styles.colors.black} |
|
|
|
color: ${styles.colors.black} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.navigator:hover { |
|
|
|
|
|
|
|
color: ${styles.colors.orange} |
|
|
|
|
|
|
|
} |
|
|
|
` |
|
|
|
` |
|
|
|
|
|
|
|
|
|
|
|
function ButtonNavigator (_parent, _traceManager) { |
|
|
|
function ButtonNavigator (_parent, _traceManager) { |
|
|
|