Skip to content

Commit d3c6c45

Browse files
committed
Fix OneTrust Styling
- Remove the Floating Cookie Settings dialog in favor of the Cookie Settings Link - Update Cookie Settings link to be cursor: pointer to indicate it can be clicked Closes gh-284
1 parent d062f66 commit d3c6c45

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/css/vendor/onetrust.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#ot-sdk-btn-floating {
2+
display: none;
3+
}
4+
5+
.ot-sdk-show-settings {
6+
cursor: pointer;
7+
}

src/partials/head-styles.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<link rel="stylesheet" href="{{{uiRootPath}}}/css/site.css">
99
<link rel="stylesheet" href="{{{uiRootPath}}}/css/vendor/search.css">
1010
<link rel="stylesheet" href="{{{uiRootPath}}}/css/vendor/page-search.css">
11+
<link rel="stylesheet" href="{{{uiRootPath}}}/css/vendor/onetrust.css">
1112
<link rel="stylesheet" href="{{{uiRootPath}}}/css/vendor/{{#if (asciidocExtensionRegistered '@asciidoctor/tabs')}}asciidoctor{{else}}spring{{/if}}-tabs.css">
1213
{{#if env.SITE_ASCIINEMA_PROVIDER}}
1314
{{> asciinema-styles}}

0 commit comments

Comments
 (0)