diff --git a/src/renderer/assets/styles/index.less b/src/renderer/assets/styles/index.less index b1fc72bb..18807b2a 100644 --- a/src/renderer/assets/styles/index.less +++ b/src/renderer/assets/styles/index.less @@ -86,7 +86,8 @@ table { flex-flow: row nowrap; align-items: center; // border-top: 1px solid rgba(0, 0, 0, 0.12); - transition: background-color 0.2s ease; + transition: 0.2s ease; + transition-property: background-color, color; border-bottom: 1px solid @color-theme_2-line; box-sizing: border-box; &:hover {