Skip to content

Commit

Permalink
Run prettier on app.css.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
amoeba committed Oct 10, 2023
1 parent 93b99bc commit 683ef0f
Showing 1 changed file with 20 additions and 18 deletions.
38 changes: 20 additions & 18 deletions assets/stylesheets/application.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@ td {
font-size: 40px;
}

h1 a, h2 a, h3 a, h4 a {
h1 a,
h2 a,
h3 a,
h4 a {
text-decoration: none;
}

Expand Down Expand Up @@ -293,7 +296,6 @@ table.internal span {
grid-template-columns: 1fr 2fr;
}


.xplum div:first-child {
text-align: left;
}
Expand Down Expand Up @@ -663,31 +665,31 @@ table.account-fields td.group {
https://github.com/tristen/tablesort
*/

th[role=columnheader]:not(.no-sort) {
cursor: pointer;
th[role="columnheader"]:not(.no-sort) {
cursor: pointer;
}

th[role=columnheader]:not(.no-sort):after {
content: '';
float: right;
margin-top: 7px;
visibility: hidden;
opacity: 0;
th[role="columnheader"]:not(.no-sort):after {
content: "";
float: right;
margin-top: 7px;
visibility: hidden;
opacity: 0;
}

th[aria-sort=ascending]:not(.no-sort):after {
border-bottom: none;
border-width: 4px 4px 0;
th[aria-sort="ascending"]:not(.no-sort):after {
border-bottom: none;
border-width: 4px 4px 0;
}

th[aria-sort]:not(.no-sort):after {
visibility: visible;
opacity: 0.4;
visibility: visible;
opacity: 0.4;
}

th[role=columnheader]:not(.no-sort):hover:after {
visibility: visible;
opacity: 1;
th[role="columnheader"]:not(.no-sort):hover:after {
visibility: visible;
opacity: 1;
}

/* Dashboard Stat Charts CSS */
Expand Down

0 comments on commit 683ef0f

Please sign in to comment.