Skip to content

Commit

Permalink
chore: update luna data grid
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Dec 11, 2022
1 parent 73be39b commit a7bdd77
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions build/webpack.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ module.exports = {
path.resolve(__dirname, '../node_modules/luna-console'),
path.resolve(__dirname, '../node_modules/luna-modal'),
path.resolve(__dirname, '../node_modules/luna-tab'),
path.resolve(__dirname, '../node_modules/luna-data-grid'),
],
use: [
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"karma-webpack": "^5.0.0",
"licia": "^1.37.0",
"luna-console": "^1.1.3",
"luna-data-grid": "^0.2.1",
"luna-data-grid": "^0.3.0",
"luna-dom-viewer": "^1.0.2",
"luna-modal": "^1.0.0",
"luna-notification": "^0.1.4",
Expand Down
6 changes: 4 additions & 2 deletions src/style/luna.scss
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,10 @@
th {
background: var(--darker-background);
&.luna-data-grid-sortable {
&:hover {
background: var(--darker-background);
&:hover,
&:active {
color: var(--select-foreground);
background: var(--highlight);
}
}
}
Expand Down

0 comments on commit a7bdd77

Please sign in to comment.