Skip to content

Commit

Permalink
Try to put back a style.css file.
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeMeongSu authored and LeeMeongSu committed Jun 25, 2023
1 parent e59dc0e commit aeb6b40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
"color-function-notation": null,
"selector-class-pattern": "^([a-zA-Z]*)(-[a-zA-Z0-9]+)*$|^([a-z][a-z0-9]*)(-[a-z0-9]+)*$",
"selector-pseudo-element-colon-notation": "single",
"shorthand-property-no-redundant-values": "null"
"shorthand-property-no-redundant-values": null
}
}
}
2 changes: 1 addition & 1 deletion style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

.lm-DockPanel-tabBar
.lm-TabBar-tab.lm-mod-closable:hover:not(.lm-mod-current)
> .lm-TabBar-tabCloseIcon, .lm-DockPanel-tabBar
> .lm-TabBar-tabCloseIcon,.lm-DockPanel-tabBar
.lm-TabBar-tab.lm-mod-closable.lm-mod-current
> .lm-TabBar-tabCloseIcon {
opacity: 1;
Expand Down

0 comments on commit aeb6b40

Please sign in to comment.