Skip to content

Commit

Permalink
v0.0.58
Browse files Browse the repository at this point in the history
  • Loading branch information
snada committed Jun 18, 2019
1 parent 80a486d commit 23e375f
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
1 change: 1 addition & 0 deletions dist/components/label.css
Original file line number Diff line number Diff line change
Expand Up @@ -1309,6 +1309,7 @@ a.ui.basic.label:hover {
.field > .search + .label.red,
.field > .dropdown + .label.red,
.field > .checkbox + .label.red,
.field > .editor-wrapper + .label.red,
.field > textarea + .ui.basic.label.red {
border: 0px;
font-size: 1em;
Expand Down
2 changes: 1 addition & 1 deletion dist/components/label.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/components/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@ body ::-webkit-scrollbar-thumb {
border: 2px solid white;
}
body ::-webkit-scrollbar-track {
background: #FFFFFF;
border-radius: 5px;
background: transparent;
border-radius: 6px;
}


Expand Down
2 changes: 1 addition & 1 deletion dist/components/site.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions semantic.css
Original file line number Diff line number Diff line change
Expand Up @@ -773,8 +773,8 @@ body ::-webkit-scrollbar-thumb {
}

body ::-webkit-scrollbar-track {
background: #FFFFFF;
border-radius: 5px;
background: transparent;
border-radius: 6px;
}

/*******************************
Expand Down Expand Up @@ -9806,6 +9806,7 @@ a.ui.basic.label:hover {
.field > .search + .label.red,
.field > .dropdown + .label.red,
.field > .checkbox + .label.red,
.field > .editor-wrapper + .label.red,
.field > textarea + .ui.basic.label.red {
border: 0px;
font-size: 1em;
Expand Down
4 changes: 2 additions & 2 deletions semantic.min.css

Large diffs are not rendered by default.

0 comments on commit 23e375f

Please sign in to comment.