We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0598e2 commit 21533c1Copy full SHA for 21533c1
libs/remix-ui/workspace/src/lib/components/flat-tree.tsx
@@ -215,7 +215,7 @@ export const FlatTree = (props: FlatTreeProps) => {
215
{file.name}
216
217
</div>
218
- <div className="d-flex flex-row gap-1">
+ <div className="d-flex flex-row align-items-center">
219
<div>
220
<FileHoverIcons file={file} />
221
</div> {getFileStateIcons(file)}
libs/remix-ui/workspace/src/lib/css/file-explorer.css
@@ -60,4 +60,16 @@ ul {
60
[contenteditable] {
61
-webkit-user-select: text;
62
user-select: text;
63
-}
+}
64
+
65
+.remixui_icons {
66
67
68
69
+.remixui_icons:hover {
70
+ color: var(--text);
71
72
73
+.remixui_icons_space {
74
+ margin-right: 8px;
75
0 commit comments