Skip to content

Commit cc6cfb4

Browse files
committed
removed hover style from table
1 parent b32f5e5 commit cc6cfb4

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sparc-design-system-components-2",
3-
"version": "0.0.16",
3+
"version": "0.0.17",
44
"private": false,
55
"scripts": {
66
"dev": "vite",

src/assets/components/_el-table.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ table:not([class^="el-table__"]) {
5353
tr:last-child td {
5454
border: none;
5555
}
56-
tr:hover td {
57-
background-color: #f3e6f9;
58-
}
5956
}
6057

6158
thead {

0 commit comments

Comments
 (0)