Fix and streamline color of links in tables
This commit is contained in:
@@ -140,8 +140,8 @@ img.lazyloading {
|
||||
}
|
||||
}
|
||||
|
||||
// Avoid inlegible links in striped tables
|
||||
.pricetable a:not(.button) {
|
||||
// Avoid non legible links in striped tables
|
||||
.table-striped a:not(.button) {
|
||||
color: $bg_second;
|
||||
&.btn {
|
||||
color: white;
|
||||
|
||||
@@ -1,10 +1,3 @@
|
||||
.table:not(.dates-table):not(.pricetable) {
|
||||
a,
|
||||
a:hover {
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
.dates-table, .pricetable {
|
||||
> tbody > tr > th {
|
||||
font-size: 14px;
|
||||
|
||||
Reference in New Issue
Block a user