Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
scratch-www
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
scratch-www
Commits
13e3a540
Commit
13e3a540
authored
Aug 24, 2021
by
Eric Rosenbaum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cursor pointer on member tile when selecting
parent
198ae582
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
src/views/studio/modals/transfer-host-modal.scss
src/views/studio/modals/transfer-host-modal.scss
+4
-0
src/views/studio/modals/transfer-host-selection.jsx
src/views/studio/modals/transfer-host-selection.jsx
+1
-0
No files found.
src/views/studio/modals/transfer-host-modal.scss
View file @
13e3a540
...
...
@@ -122,6 +122,10 @@
margin
:
auto
8px
;
}
.transfer-host-tile
{
cursor
:
pointer
;
}
.transfer-host-tile-selected
{
background
:
$ui-aqua
;
}
...
...
src/views/studio/modals/transfer-host-selection.jsx
View file @
13e3a540
...
...
@@ -47,6 +47,7 @@ const TransferHostSelection = ({
image=
{
item
.
profile
.
images
[
'
90x90
'
]
}
isCreator=
{
false
}
selected=
{
item
.
id
===
selectedId
}
className=
"transfer-host-tile"
/>)
)
}
{
moreToLoad
&&
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment