Skip to content

Commit

Permalink
fix(Upload): add style to reset <a>
Browse files Browse the repository at this point in the history
  • Loading branch information
youluna committed Oct 23, 2018
1 parent d712cad commit b2b78f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .fusion
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"entries": {
"core": {
"sass": {
"core.scss": "lib/core/index-noreset.scss"
"core.scss": "lib/core/reset.scss"
}
},
"form-element": {
Expand Down
3 changes: 3 additions & 0 deletions src/upload/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
@import "../core/index-noreset";
@import "scss/variable";

.#{$css-prefix}upload-list-item-name {
text-decoration: none;
}
#{$upload-prefix} {
@include box-sizing;

Expand Down

0 comments on commit b2b78f5

Please sign in to comment.