UNCLASSIFIED

Commit 18dbc9d5 authored by hunter.congress's avatar hunter.congress
Browse files

link color

parent 59783e2c
...@@ -173,7 +173,7 @@ body { ...@@ -173,7 +173,7 @@ body {
} }
.table-no-link { .table-no-link {
color: "#BDC931"; color: var(--v-primary-base);
&:hover { &:hover {
color: lighten(#BDC931, 10%) !important; color: lighten(#BDC931, 10%) !important;
} }
...@@ -186,12 +186,13 @@ body { ...@@ -186,12 +186,13 @@ body {
padding-left: 8px; padding-left: 8px;
color: #000000; color: #000000;
} }
.v-input__control > .v-input__slot { .v-input__control {
padding-right: 8px; padding-right: 8px;
} }
.v-icon { }
color: rgba(0, 0, 0, 0.54);
} .v-icon {
color: rgba(0, 0, 0, 0.54) !important;
} }
.v-text-field { .v-text-field {
...@@ -338,6 +339,10 @@ body { ...@@ -338,6 +339,10 @@ body {
color: black !important; color: black !important;
} }
.v-data-table a:hover {
text-decoration: underline;
}
.v-application a { .v-application a {
color: #021421 !important; color: #021421 !important;
} }
...@@ -360,10 +365,6 @@ body { ...@@ -360,10 +365,6 @@ body {
} }
.v-data-table { .v-data-table {
a:hover {
text-decoration: underline;
}
.mdi-arrow-up::before { .mdi-arrow-up::before {
content: "\F0143"; content: "\F0143";
color: white; color: white;
...@@ -403,9 +404,6 @@ body { ...@@ -403,9 +404,6 @@ body {
.v-data-footer { .v-data-footer {
background-color: $table-row-even-bg-light; background-color: $table-row-even-bg-light;
} }
.v-data-table-header-mobile__wrapper .v-select__slot > label {
color: map-get($material-light, "secondary-text-color");
}
} }
table > tbody > tr { table > tbody > tr {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment