mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-08 17:26:41 +08:00
fix ui
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "moviepilot",
|
||||
"version": "1.1.9-1",
|
||||
"version": "1.1.9",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vite --host",
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
// ℹ️ This mixin is inspired from vuetify for adding hover styles via before pseudo element
|
||||
@mixin before-pseudo() {
|
||||
position: relative;
|
||||
|
||||
@media (hover) {
|
||||
&::before {
|
||||
position: absolute;
|
||||
background: currentcolor;
|
||||
@@ -30,6 +30,7 @@
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// ——— Light background generator ——————— //
|
||||
// ℹ️ With this you have to give text color to the component you want light bg
|
||||
|
||||
Reference in New Issue
Block a user