Commit 4d745ff5 authored by Kushal Pandya's avatar Kushal Pandya

Styles for GroupMemberContributions app

parent 9e597631
......@@ -20,3 +20,18 @@
color: $black;
}
}
.gl-sortable {
.header {
user-select: none;
&:hover {
cursor: pointer;
background-color: $theme-gray-100;
}
&:focus {
outline: 1px solid $focus-border-color;
}
}
}
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