Skip to content

Commit

Permalink
fix(global): set the color of Tag a as inherit (#216)
Browse files Browse the repository at this point in the history
* chore: update the package description

* fix(global): set the color of Tag a as inherit

fix #187
  • Loading branch information
wewoor authored Jul 1, 2021
1 parent 72bb73b commit 54cc07c
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "molecule",
"version": "0.9.0-alpha.2.1",
"description": "A Web IDE UI Framework built by React.js, inspired by VSCode.",
"description": "A Web IDE UI Framework built with React.js, inspired by VSCode.",
"module": "./esm/index.js",
"typings": "./esm/index.d.ts",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/components/button/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
align-items: center;
border: 0;
box-sizing: border-box;
color: inherit;
cursor: pointer;
display: flex;
justify-content: center;
Expand Down
1 change: 1 addition & 0 deletions src/components/list/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
background-position: center center;
background-repeat: no-repeat;
background-size: 16px;
color: inherit;
display: flex;
height: 100%;
justify-content: center;
Expand Down
1 change: 1 addition & 0 deletions src/components/menu/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@

&__content {
align-items: center;
color: inherit;
cursor: pointer;
display: flex;
flex: 1 1 auto;
Expand Down
1 change: 1 addition & 0 deletions src/components/tabs/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
}

&__op {
color: inherit;
margin-left: 10px;
width: 20px;

Expand Down
2 changes: 2 additions & 0 deletions src/workbench/activityBar/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@

&__label {
box-sizing: border-box;
color: inherit;
display: flex;
height: 48px;
margin-right: 0;
Expand All @@ -55,6 +56,7 @@

&.codicon {
align-items: center;
color: inherit;
display: flex;
font-size: 24px;
justify-content: center;
Expand Down
1 change: 1 addition & 0 deletions src/workbench/statusBar/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@

a {
align-items: center;
color: inherit;
cursor: pointer;
display: flex;
height: 100%;
Expand Down

0 comments on commit 54cc07c

Please sign in to comment.