Fixed wrong and undefined stylings (#2389)

This commit is contained in:
Agha Saad Fraz 2020-03-17 16:11:29 +05:00 committed by GitHub
parent 9c911275f6
commit 5ad6e18715
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 3 additions and 21 deletions

View File

@ -48,9 +48,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
color: @near_black;
}
#left-panel {
}
#left-panel-body {
margin-left: @padding_tight;
overflow: hidden;

View File

@ -33,9 +33,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
@import-less url("../theme.less");
#project-create {
}
#create-project-ui-source-selection {
font-size: 1.3em;
background: white;
@ -122,9 +119,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
background: #eee;
width: 100%;
}
#create-project-progress-memory {
}
#create-project-progress-memory.warning {
color: #D8000C;
@ -143,11 +137,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
font-size: 1.3em;
padding: @padding_loose;
}
#create-project-error-message {
}
#create-project-error-stack {
font-family: monospace;
whitespace: pre;
white-space: pre;
padding: @padding_normal;
border: 1px solid @chrome_primary;
}

View File

@ -55,8 +55,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
padding: @padding_tight @padding_normal;
background: @chrome_secondary;
}
.default-importing-file-selection-file-panel > table > tbody > tr.odd {
}
.default-importing-file-selection-file-panel > table > tbody > tr > td {
padding: 0;
border-bottom: 1px solid @chrome_secondary;

View File

@ -33,9 +33,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
@import-less url("../theme.less");
#project-open {
}
#projects-container {
background: #fff;
overflow: auto;
@ -92,7 +89,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
}
#projects-container > table thead th:nth-child(2) {
left-border: 0;
border-left: 0;
}
#projects-container > table thead th:nth-child(3) {

View File

@ -114,9 +114,6 @@ a.facet-title-remove:hover {
text-align: center;
}
.facet-body {
}
.facet-body-scrollable {
height: 17em;
padding-bottom: 8px;