Skip to content

Commit 2913b35

Browse files
Merge pull request #8592 from ovh/BoS_SK-2408-FAQ-style6
Upd translation banners - Final CSS adaptation
2 parents 623c083 + d1d55e7 commit 2913b35

File tree

6 files changed

+24
-0
lines changed

6 files changed

+24
-0
lines changed

templates/translations/banner.de-de.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<style>
2+
details.translation:hover {
3+
border: none;
4+
transition:none;
5+
}
26
details.translation>summary {
37
color:rgb(33, 153, 232);
48
cursor: pointer;

templates/translations/banner.es-es.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<style>
2+
details.translation:hover {
3+
border: none;
4+
transition:none;
5+
}
26
details.translation>summary {
37
color:rgb(33, 153, 232);
48
cursor: pointer;

templates/translations/banner.es-us.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<style>
2+
details.translation:hover {
3+
border: none;
4+
transition:none;
5+
}
26
details.translation>summary {
37
color:rgb(33, 153, 232);
48
cursor: pointer;

templates/translations/banner.it-it.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<style>
2+
details.translation:hover {
3+
border: none;
4+
transition:none;
5+
}
26
details.translation>summary {
37
color:rgb(33, 153, 232);
48
cursor: pointer;

templates/translations/banner.pl-pl.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<style>
2+
details.translation:hover {
3+
border: none;
4+
transition:none;
5+
}
26
details.translation>summary {
37
color:rgb(33, 153, 232);
48
cursor: pointer;

templates/translations/banner.pt-pt.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<style>
2+
details.translation:hover {
3+
border: none;
4+
transition:none;
5+
}
26
details.translation>summary {
37
color:rgb(33, 153, 232);
48
cursor: pointer;

0 commit comments

Comments
 (0)