Skip to content

Commit

Permalink
Remove dead css
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-signal committed Oct 7, 2021
1 parent 75dab30 commit 8220ea4
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 331 deletions.
4 changes: 0 additions & 4 deletions ACKNOWLEDGMENTS.md
Expand Up @@ -3034,10 +3034,6 @@ Signal Desktop makes use of the following open source projects.
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

## sanitize-filename

License: WTFPL OR ISC

## sanitize.css

License: CC0-1.0
Expand Down
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -156,7 +156,6 @@
"rimraf": "2.6.2",
"ringrtc": "https://github.com/signalapp/signal-ringrtc-node.git#9b4ff947378ab11295d8718cae75e9a35ddb3e61",
"rotating-file-stream": "2.1.5",
"sanitize-filename": "1.6.3",
"sanitize.css": "11.0.0",
"semver": "5.4.1",
"sharp": "0.28.1",
Expand Down
4 changes: 0 additions & 4 deletions stylesheets/_index.scss
Expand Up @@ -77,7 +77,3 @@
font-size: large;
}
}

.call-manager-wrapper {
position: relative;
}
32 changes: 0 additions & 32 deletions stylesheets/_modal.scss

This file was deleted.

43 changes: 0 additions & 43 deletions stylesheets/_progress.scss
Expand Up @@ -10,26 +10,6 @@
}
}
.progress-bar-striped {
background-image: -webkit-linear-gradient(
45deg,
$color-white-alpha-60 25%,
transparent 25%,
transparent 50%,
$color-white-alpha-60 50%,
$color-white-alpha-60 75%,
transparent 75%,
transparent
);
background-image: -o-linear-gradient(
45deg,
$color-white-alpha-60 25%,
transparent 25%,
transparent 50%,
$color-white-alpha-60 50%,
$color-white-alpha-60 75%,
transparent 75%,
transparent
);
background-image: linear-gradient(
45deg,
$color-white-alpha-60 25%,
Expand All @@ -40,30 +20,9 @@
transparent 75%,
transparent
);
-webkit-background-size: 40px 40px;
background-size: 40px 40px;
}
.progress-bar-striped {
background-image: -webkit-linear-gradient(
45deg,
$color-white-alpha-60 25%,
transparent 25%,
transparent 50%,
$color-white-alpha-60 50%,
$color-white-alpha-60 75%,
transparent 75%,
transparent
);
background-image: -o-linear-gradient(
45deg,
$color-white-alpha-60 25%,
transparent 25%,
transparent 50%,
$color-white-alpha-60 50%,
$color-white-alpha-60 75%,
transparent 75%,
transparent
);
background-image: linear-gradient(
45deg,
$color-white-alpha-60 25%,
Expand All @@ -76,8 +35,6 @@
);
}
.progress-bar.active {
-webkit-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}

Expand Down
121 changes: 0 additions & 121 deletions stylesheets/_recorder.scss

This file was deleted.

116 changes: 0 additions & 116 deletions stylesheets/_settings.scss

This file was deleted.

3 changes: 0 additions & 3 deletions stylesheets/manifest.scss
Expand Up @@ -9,10 +9,7 @@

// Old style: components
@import 'progress';
@import 'modal';
@import 'recorder';
@import 'emoji';
@import 'settings';

// Old style: main view
@import 'index';
Expand Down

0 comments on commit 8220ea4

Please sign in to comment.