remove focus (unneccesary)

This commit is contained in:
_Bastler
2021-06-16 12:06:23 +02:00
parent a3bed1eeb4
commit 59ab1cdbae
5 changed files with 2 additions and 37 deletions
-3
View File
@@ -44,9 +44,6 @@
&#cowebsite-fullscreen {
left: 0;
}
&#cowebsite-focus {
left: 25px;
}
}
}
}
-7
View File
@@ -9,10 +9,6 @@
background-color: gray;
}
&.focus {
z-index: 999;
}
main {
iframe {
width: 100%;
@@ -90,9 +86,6 @@
&#cowebsite-fullscreen {
top: 25px;
}
&#cowebsite-focus {
top: 50px;
}
}
}
}
-2
View File
@@ -576,7 +576,6 @@ input[type=range]:focus::-ms-fill-upper {
width: 100%;
height: 100%;
pointer-events: none;
z-index: 999;
/* TODO: DO WE NEED FLEX HERE???? WE WANT A SIDEBAR OF EXACTLY 25% (note: flex useful for direction!!!) */
}
@@ -1244,7 +1243,6 @@ div.action.danger p.action-body {
width: 100%;
height: 100%;
pointer-events: none;
z-index: 999;
& > div {
position: relative;