We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d85d802 commit 9f8689eCopy full SHA for 9f8689e
core/src/main/kotlin/cc/unitmesh/devti/sketch/ui/patch/SingleFileDiffView.kt
@@ -62,12 +62,10 @@ class SingleFileDiffView(
62
}
63
64
override fun mouseEntered(e: MouseEvent) {
65
- foreground = JBColor.WHITE
66
patchActionPanel?.background = JBColor(DarculaColors.BLUE, DarculaColors.BLUE)
67
68
69
override fun mouseExited(e: MouseEvent) {
70
- foreground = JBColor.BLACK
71
patchActionPanel?.background = JBColor.PanelBackground
72
73
})
0 commit comments