Skip to content

Commit ab7d9c3

Browse files
authored
Fixed: Preview icon (#4298)
* dark theme: dark help icon * theme Swage: white button icons * eye icon: no white elements anymore
1 parent efb57f9 commit ab7d9c3

File tree

6 files changed

+17
-19
lines changed

6 files changed

+17
-19
lines changed

p/themes/Dark/dark.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ img.favicon {
2222
}
2323

2424
body img,
25-
body video {
25+
body video,
26+
p.help .icon {
2627
filter: brightness(.6) contrast(1.2);
2728
}
2829

p/themes/Dark/dark.rtl.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ img.favicon {
2222
}
2323

2424
body img,
25-
body video {
25+
body video,
26+
p.help .icon {
2627
filter: brightness(.6) contrast(1.2);
2728
}
2829

p/themes/Swage/swage.css

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

p/themes/Swage/swage.rtl.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ a.btn {
6060
a.btn:hover {
6161
background: #00488b;
6262
}
63+
a.btn .icon {
64+
filter: brightness(3);
65+
}
6366
a#btn-subscription {
6467
width: 76%;
6568
}

p/themes/Swage/swage.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ a {
7474
&:hover {
7575
background: color.adjust( $color_nav, $lightness: -10%);
7676
}
77+
78+
.icon {
79+
filter: brightness(3);
80+
}
7781
}
7882

7983
&#btn-subscription {

p/themes/icons/look.svg

Lines changed: 3 additions & 17 deletions
Loading

0 commit comments

Comments
 (0)