settings/styles: Reorder .settings-section .table-striped to same place.

This commit is contained in:
Pragati Agrawal
2019-08-17 14:18:00 +05:30
committed by Tim Abbott
parent 78d6ecfa08
commit eedcdf7f3b

View File

@@ -285,6 +285,24 @@ td .button {
color: inherit;
border-top: 1px solid hsla(0, 0%, 0%, 0.2) !important;
border-bottom: 1px solid hsla(0, 0%, 0%, 0.2) !important;
&.active {
opacity: 1;
transition: opacity 100ms ease-out;
&::after {
content: " \f0d8";
white-space: pre;
display: inline-block;
font: normal normal normal 12px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
}
&.descend::after {
content: " \f0d7";
}
}
}
}
@@ -1360,11 +1378,6 @@ input[type=checkbox].inline-block {
background-color: hsla(0, 0%, 0%, 0.02);
}
.settings-section .table-striped thead th.active {
opacity: 1;
transition: opacity 100ms ease-out;
}
.modal.fade {
/* Ensure the modal is entirely off-screen while we fade the background */
top: -50%;
@@ -1372,19 +1385,6 @@ input[type=checkbox].inline-block {
transform: translateY(-50%);
}
.settings-section .table-striped thead th.active::after {
content: " \f0d8";
white-space: pre;
display: inline-block;
font: normal normal normal 12px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
}
.settings-section .table-striped thead th.active.descend::after {
content: " \f0d7";
}
#settings_page input.search {
font-size: 0.9rem;
margin: 10px 0px 20px 0px;