Skip to content

Commit

Permalink
[UI] Add new themes to User pages (#9914)
Browse files Browse the repository at this point in the history
* [UI] Add new themes to User pages
  • Loading branch information
martinrrm committed May 16, 2024
1 parent 1350dbc commit 7945982
Show file tree
Hide file tree
Showing 28 changed files with 239 additions and 131 deletions.
38 changes: 26 additions & 12 deletions src/Bootstrap/dist/css/bootstrap-theme.css

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

106 changes: 85 additions & 21 deletions src/Bootstrap/dist/css/bootstrap.css

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

2 changes: 2 additions & 0 deletions src/Bootstrap/less/buttons.less
Original file line number Diff line number Diff line change
Expand Up @@ -227,11 +227,13 @@
&:hover,
&:focus:hover {
color: var(--neutralForegroundStaticInvertedRest);
background-color: var(--statusDangerBackground3Hover);
}

&:active,
&:active:focus {
color: var(--neutralForegroundStaticInvertedRest);
background-color: var(--statusDangerBackground3Pressed);
}

&:focus-within,
Expand Down
Loading

0 comments on commit 7945982

Please sign in to comment.