Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardBaumrock committed Feb 4, 2024
2 parents db4faca + 565716d commit d282f97
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ jobs:
- uses: actions/checkout@v3
- name: conventional Changelog Action
id: changelog
uses: TriPSs/conventional-changelog-action@v3.18.0
uses: TriPSs/conventional-changelog-action@v5.1.0
with:
preset: "conventionalcommits"
github-token: ${{ secrets.github_token }}

- name: create release
Expand Down
9 changes: 9 additions & 0 deletions styles/rock.less
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,15 @@ p.notes {
border-left: 3px solid @global-secondary-background;
}

.InputfieldToggleGroup label:not(.InputfieldToggleCurrent) {
opacity: 0.5;
}
.InputfieldToggleCurrent {
outline: 2px solid #3e3e3e;
font-weight: bold;
z-index: 1;
}

/* ##### Buttons ##### */

button.ui-button.ui-priority-secondary {
Expand Down

0 comments on commit d282f97

Please sign in to comment.