MediaWiki:Vector-2022.css: Difference between revisions
pinpointing - pt3 |
fixed issues with mix-blend-mode and blur mismatch |
||
| Line 51: | Line 51: | ||
border-bottom: 1px solid var(--border-color-base) | border-bottom: 1px solid var(--border-color-base) | ||
} | } | ||
/* defined and adjusted in vector-2022.js */ | /* defined and adjusted in vector-2022.js */ | ||
| Line 88: | Line 89: | ||
.cdx-thumbnail__image { | .cdx-thumbnail__image { | ||
border: 1px solid var(--border-color-base) | border: 1px solid var(--border-color-base) | ||
} | |||
.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet:hover { | |||
mix-blend-mode: initial; | |||
} | } | ||