Merge pull request #159 from gms10ur/upcoming

fixed "Confirm?" icons and switched PNG's to SVG's
This commit is contained in:
cryptofyre 2022-01-19 21:33:39 -06:00 committed by GitHub
commit 622749ee21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 7 deletions

View file

@ -2095,7 +2095,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
}
.md-ico-play {
content:url("./assets/playPng.png");
content:url("./assets/play.svg");
width: 10px;
height: 12px;
margin-right: 1px;
@ -2103,15 +2103,16 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
}
.md-ico-shuffle {
content:url("./assets/shufflePng.png");
width: 15px;
height: 13px;
content:url("./assets/shuffle.svg");
width: 17px;
height: 17px;
margin-right: 1px;
margin-bottom: -2px;
align-self: center;
}
.md-ico-remove {
content:url("./assets/feather/x-circlePng.png");
content:url("./assets/feather/x-circle-white.svg");
width: 16px;
height: 16px;
margin-right: 1px;