We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cad1b4 commit e42aa5fCopy full SHA for e42aa5f
homepage/homepage.css
@@ -4777,15 +4777,18 @@ body {
4777
4778
.ctas .btn.installed {
4779
width: auto;
4780
- opacity: 0.5;
4781
- pointer-events: none;
4782
}
4783
4784
.ctas .btn.installed::before {
4785
- content: 'Installed';
+ content: 'Open';
4786
4787
4788
+.ctas .btn.cookies {
+ opacity: 0.5;
4789
+ pointer-events: none;
4790
+}
4791
+
4792
.ctas .btn.cookies::before {
4793
content: 'Cookies Disabled';
4794
0 commit comments