Table: fix expand row hover style (#9554)

pull/9566/head
FuryBean 2018-01-30 20:10:03 +08:00 committed by 杨奕
parent a29ef5f37e
commit 88af318e39
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@
} }
&:hover { &:hover {
background-color: $--table-row-hover-background !important; background-color: transparent !important;
} }
} }