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:
Pragati Agrawal 2019-08-17 12:27:44 +05:30 committed by Tim Abbott
parent aac9a7a4b1
commit 78d6ecfa08
1 changed files with 3 additions and 3 deletions

View File

@ -1360,7 +1360,7 @@ input[type=checkbox].inline-block {
background-color: hsla(0, 0%, 0%, 0.02);
}
#settings_page .table-striped thead th.active {
.settings-section .table-striped thead th.active {
opacity: 1;
transition: opacity 100ms ease-out;
}
@ -1372,7 +1372,7 @@ input[type=checkbox].inline-block {
transform: translateY(-50%);
}
#settings_page .table-striped thead th.active::after {
.settings-section .table-striped thead th.active::after {
content: " \f0d8";
white-space: pre;
display: inline-block;
@ -1381,7 +1381,7 @@ input[type=checkbox].inline-block {
text-rendering: auto;
}
#settings_page .table-striped thead th.active.descend::after {
.settings-section .table-striped thead th.active.descend::after {
content: " \f0d7";
}