Skip to content

Commit

Permalink
mod_cookie_consent: cosmetic changes (#3204)
Browse files Browse the repository at this point in the history
* mod_cookie_consent: cosmetic changes

Direction of arrow for more options.

* Fix Docs workflow
  • Loading branch information
mworrell committed Dec 5, 2022
1 parent 0374ae9 commit 9fe053a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
otp_version: [22.3]
os: [ubuntu-latest]
os: [ubuntu-20.04]

container:
image: erlang:${{ matrix.otp_version }}
Expand Down
5 changes: 4 additions & 1 deletion modules/mod_cookie_consent/lib/css/cookie_consent.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,10 @@
transition: opacity 0.2s;
font-weight: 500;
background: none;
border: none; }
border: none;
white-space: nowrap; }
.cookie-consent .cookie-consent-toggle img {
transform: rotate(90deg); }
.cookie-consent .cookie-consent-toggle:hover {
opacity: 0.8; }
.cookie-consent .cookie-consent-toggle:hover.anchor-down {
Expand Down
5 changes: 5 additions & 0 deletions modules/mod_cookie_consent/lib/css/cookie_consent.scss
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,11 @@
font-weight: 500;
background: none;
border: none;
white-space: nowrap;

img {
transform: rotate(90deg);
}
}

.cookie-consent-toggle:hover {
Expand Down
3 changes: 0 additions & 3 deletions modules/mod_cookie_consent/lib/images/arrow-down-thick.svg

This file was deleted.

0 comments on commit 9fe053a

Please sign in to comment.