mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
settings/styles: Use .settings-section for settings .table-striped.
We have used `.settings-section .table-striped` for other rules to refer the same elements which are referred by `#settings_page .table-striped`.
This commit is contained in:
committed by
Tim Abbott
parent
aac9a7a4b1
commit
78d6ecfa08
@@ -1360,7 +1360,7 @@ input[type=checkbox].inline-block {
|
|||||||
background-color: hsla(0, 0%, 0%, 0.02);
|
background-color: hsla(0, 0%, 0%, 0.02);
|
||||||
}
|
}
|
||||||
|
|
||||||
#settings_page .table-striped thead th.active {
|
.settings-section .table-striped thead th.active {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
transition: opacity 100ms ease-out;
|
transition: opacity 100ms ease-out;
|
||||||
}
|
}
|
||||||
@@ -1372,7 +1372,7 @@ input[type=checkbox].inline-block {
|
|||||||
transform: translateY(-50%);
|
transform: translateY(-50%);
|
||||||
}
|
}
|
||||||
|
|
||||||
#settings_page .table-striped thead th.active::after {
|
.settings-section .table-striped thead th.active::after {
|
||||||
content: " \f0d8";
|
content: " \f0d8";
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@@ -1381,7 +1381,7 @@ input[type=checkbox].inline-block {
|
|||||||
text-rendering: auto;
|
text-rendering: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#settings_page .table-striped thead th.active.descend::after {
|
.settings-section .table-striped thead th.active.descend::after {
|
||||||
content: " \f0d7";
|
content: " \f0d7";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user