MenuTabs: Remove IE 8 fallback

Also removing the image. `rgba()` for the win.

Change-Id: Ieeb33c6af1019df97ae641a017a970ce2e0ec8ff
This commit is contained in:
Volker E 2020-07-23 18:13:31 -07:00
parent 389141651b
commit 89114e38ac
2 changed files with 0 additions and 2 deletions

View File

@ -65,8 +65,6 @@
}
.selected {
// Replace tab fade with flat color (matching top of would-be fade).
background-image: url( images/tab-current-fade.png );
// Overwrite above in browsers that support `rgba()`.
background: rgba( 255, 255, 255, 1 ); // stylelint-disable-line declaration-block-no-shorthand-property-overrides

Binary file not shown.

Before

Width:  |  Height:  |  Size: 69 B