2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-12 21:10:47 +08:00

Removed no-longer-used styles from group.scss

This commit is contained in:
minusfive 2017-08-24 13:05:53 -04:00 committed by Robin Ward
parent c01dc26ea6
commit 512858c2e7

View file

@ -51,7 +51,7 @@ table.group-logs {
width: 100%;

th, tr {
border-bottom: 1px solid $primary-low;
border-bottom: 1px solid $primary-low;
}

th {
@ -77,7 +77,7 @@ table.group-members {
table-layout: fixed;

tr {
border-bottom: 1px solid $primary-low;
border-bottom: 1px solid $primary-low;
}

th:first-child {
@ -90,7 +90,7 @@ table.group-members {
}

th {
border-bottom: 3px solid $primary-low;
border-bottom: 3px solid $primary-low;
text-align: center;
padding: 5px 0px 5px 5px;
color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 50%));
@ -104,7 +104,7 @@ table.group-members {

&:hover {
cursor: pointer;
background-color: $primary-low;
background-color: $primary-low;
}
}

@ -165,15 +165,3 @@ table.group-members {
}
}
}

#add-user-to-group {
margin: 0px;

.ac-wrap {
width: 100% !important;
}

.add {
margin-top: 10px;
}
}