Browse Source

Removes unused cover

main
Eric Amodio 1 year ago
parent
commit
04adc50917
2 changed files with 0 additions and 14 deletions
  1. +0
    -1
      src/webviews/apps/plus/focus/focus.html
  2. +0
    -13
      src/webviews/apps/plus/focus/focus.scss

+ 0
- 1
src/webviews/apps/plus/focus/focus.html View File

@ -36,7 +36,6 @@
</header>
<div class="app__content" id="content">
<div class="app__cover"></div>
<main class="app__main">
<section class="focus-section app__section">
<header class="focus-section__header">

+ 0
- 13
src/webviews/apps/plus/focus/focus.scss View File

@ -310,19 +310,6 @@ h3 {
min-height: 15rem;
flex: 0 1 50%;
}
&__cover {
[aria-hidden='true'] & {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
backdrop-filter: blur(4px) saturate(0.8);
z-index: var(--gitlens-z-cover);
pointer-events: none;
}
}
}
.tag {

||||||
x
 
000:0
Loading…
Cancel
Save