Commit 95d90d31 authored by Phil Hughes's avatar Phil Hughes

Merge branch '27774-ide-scss-remove-dead-code' into 'master'

Remove dead code in ide.scss

See merge request gitlab-org/gitlab!24145
parents f767ace2 94c2cbe3
......@@ -332,23 +332,6 @@ $ide-commit-header-height: 48px;
padding: $gl-padding;
max-width: 100%;
max-height: 100%;
img {
max-width: 90%;
}
.isZoomable {
cursor: pointer;
cursor: zoom-in;
&.isZoomed {
cursor: pointer;
cursor: zoom-out;
max-width: none;
max-height: none;
margin-right: $gl-padding;
}
}
}
.file-info {
......@@ -564,12 +547,6 @@ $ide-commit-header-height: 48px;
background: $gray-100;
outline: 0;
.multi-file-discard-btn {
> .btn {
display: flex;
}
}
}
&:active {
......@@ -596,18 +573,6 @@ $ide-commit-header-height: 48px;
}
}
.multi-file-discard-btn {
> .btn {
display: none;
width: $ide-commit-row-height;
height: $ide-commit-row-height;
}
svg {
top: 0;
}
}
.multi-file-commit-form {
position: relative;
background-color: $white-light;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment