2.2.4
Fix hover
This commit is contained in:
@@ -94,15 +94,17 @@
|
||||
background: transparent;
|
||||
border: 1px solid #c9b08a;
|
||||
color: #b09870;
|
||||
transition: color 0.2s, border-color 0.2s;
|
||||
transition: color 0.2s, border-color 0.2s, background-color 0.2s, filter 0.15s;
|
||||
}
|
||||
|
||||
.utci-day-tab + .utci-day-tab {
|
||||
border-left: none;
|
||||
}
|
||||
|
||||
/* Each tab's background is an inline per-day weather gradient, so we darken
|
||||
the whole tab with a filter on hover (!important to beat the inline filter). */
|
||||
.utci-day-tab:hover {
|
||||
color: #6b4f2a;
|
||||
filter: brightness(0.93) !important;
|
||||
}
|
||||
|
||||
.utci-day-tab.active {
|
||||
|
||||
Reference in New Issue
Block a user