remove focus (unneccesary)
This commit is contained in:
@@ -44,9 +44,6 @@
|
||||
&#cowebsite-fullscreen {
|
||||
left: 0;
|
||||
}
|
||||
&#cowebsite-focus {
|
||||
left: 25px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user