Removed Duplicates

This commit is contained in:
Piccar
2022-02-10 12:46:27 +01:00
parent 27f530babd
commit 1ed16d6ac1
3 changed files with 0 additions and 12 deletions
-4
View File
@@ -189,10 +189,6 @@ html {
color: #fff;
}
.actionSheetMenuItem:hover {
background-color: #ddd;
}
.toast {
background: #303030;
color: rgba(255, 255, 255, 0.87);
-4
View File
@@ -184,10 +184,6 @@ html {
opacity: 0.5;
}
.actionSheetMenuItem:hover {
background-color: rgba(0, 0, 0, 0.5);
}
.toast {
background: #303030;
color: #fff;
-4
View File
@@ -277,10 +277,6 @@ a[data-role=button] {
opacity: 0.5;
}
.actionSheetMenuItem:hover {
background-color: rgba(0, 0, 0, 0.5);
}
.toast {
background: #303030;
color: #f8f8fe;