Adding exclusive lists feature
Major new feature, currently testing in a branch right now. Fixes #1
This commit is contained in:
@ -2591,6 +2591,15 @@ a.account__display-name {
|
||||
border-color: $ui-highlight-color;
|
||||
}
|
||||
|
||||
label[for="is-exclusive-checkbox"] {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.is-exclusive-checkbox {
|
||||
transform: scale(0.7);
|
||||
transform-origin: bottom;
|
||||
}
|
||||
|
||||
.column-link {
|
||||
background: lighten($ui-base-color, 8%);
|
||||
color: $primary-text-color;
|
||||
|
Reference in New Issue
Block a user