mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-06 21:28:27 +02:00
Hide background of GripHandle
This commit is contained in:
@@ -307,6 +307,10 @@ div[class*=Grip-module__container] {
|
|||||||
button[class*=GripHandle-module__container][aria-expanded=true] div[class*=Grip-module__container] {
|
button[class*=GripHandle-module__container][aria-expanded=true] div[class*=Grip-module__container] {
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button[class*=GripHandle-module__container][aria-expanded=false] {
|
||||||
|
background-color: transparent !important;
|
||||||
|
}
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user