Skip to content

Commit 3fa404b

Browse files
committed
hack onetrust button
1 parent 6628207 commit 3fa404b

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

assets/css/global.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,3 @@ input[type="search"]::-ms-clear {
9696
code{
9797
font-size:0.9em;
9898
}
99-
100-
/* cookie setting button */
101-
#ot-sdk-btn{
102-
border:none;
103-
}

assets/css/utilities.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,3 +303,11 @@
303303
content: "|";
304304
@apply text-gray-400 mx-1;
305305
}
306+
307+
.ot-sdk-show-settings {
308+
@apply !text-gray-600 dark:!text-gray-400 hover:!text-gray-800 dark:hover:!text-gray-200;
309+
@apply !text-sm !border-none !p-0 !m-0 !truncate !min-w-15;
310+
}
311+
#ot-sdk-btn.ot-sdk-show-settings:hover, #ot-sdk-btn.optanon-show-settings:hover{
312+
@apply hover:!bg-transparent !text-gray-600 dark:!text-gray-400 underline underline-offset-4 decoration-1;
313+
}

0 commit comments

Comments
 (0)