Skip to content

Commit

Permalink
Merge pull request #42 from Reloadly/feature/ui-changes2
Browse files Browse the repository at this point in the history
Minor UI improvements
  • Loading branch information
salimzakari-reloadly authored Nov 23, 2023
2 parents 56b66ab + 29f144d commit 9450758
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reloadly-ui",
"version": "0.0.1-beta.47",
"version": "0.0.1-beta.48",
"description": "Angular UI library",
"repository": {
"type": "git",
Expand Down Expand Up @@ -66,4 +66,4 @@
"url": "https://github.com/Reloadly/reloadly-ui/issues"
},
"homepage": "https://ui.reloadly.com/"
}
}
1 change: 1 addition & 0 deletions src/styles/button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,7 @@
&.xs {
padding: 4px 8px;
border-radius: 4px;
font-size: $font-size-s;

&.filled {
&:focus {
Expand Down
3 changes: 3 additions & 0 deletions src/styles/table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
vertical-align: middle !important;
text-wrap: nowrap;
}
&:hover {
background: rgb(250, 250, 250);
}
}
}
}

0 comments on commit 9450758

Please sign in to comment.