Skip to content

Commit

Permalink
Merge pull request #288 from ELIXIR-Belgium/small-impr
Browse files Browse the repository at this point in the history
Tool snippet button has an active state when clicked
  • Loading branch information
bedroesb authored Oct 10, 2024
2 parents 1ea66d4 + bf3ab01 commit 39a4fbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ footer {
border-radius: $border-radius;
padding: 0.1rem 0.25rem;

&:hover {
&:hover, &:active {
text-decoration: none !important;
color: $primary;
}
Expand Down

0 comments on commit 39a4fbd

Please sign in to comment.