This commit is contained in:
jxxghp
2023-09-12 09:24:45 +08:00
parent 5722547d93
commit 3df8bdfbf2
2 changed files with 13 additions and 12 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "moviepilot", "name": "moviepilot",
"version": "1.1.9-1", "version": "1.1.9",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "vite --host", "dev": "vite --host",
+2 -1
View File
@@ -17,7 +17,7 @@
// ️ This mixin is inspired from vuetify for adding hover styles via before pseudo element // ️ This mixin is inspired from vuetify for adding hover styles via before pseudo element
@mixin before-pseudo() { @mixin before-pseudo() {
position: relative; position: relative;
@media (hover) {
&::before { &::before {
position: absolute; position: absolute;
background: currentcolor; background: currentcolor;
@@ -30,6 +30,7 @@
pointer-events: none; pointer-events: none;
} }
} }
}
// ——— Light background generator ——————— // // ——— Light background generator ——————— //
// ️ With this you have to give text color to the component you want light bg // ️ With this you have to give text color to the component you want light bg