Skip to content

Commit b38057a

Browse files
committed
removing filebrowser ui
1 parent 27d170c commit b38057a

File tree

1 file changed

+0
-96
lines changed

1 file changed

+0
-96
lines changed

style/base.css

Lines changed: 0 additions & 96 deletions
Original file line numberDiff line numberDiff line change
@@ -43,99 +43,3 @@
4343
border-color: var(--jp-brand-color1);
4444
color: var(--jp-brand-color1);
4545
}
46-
47-
.file-browser-modal {
48-
position: fixed;
49-
top: 20%;
50-
left: 30%;
51-
width: 40%;
52-
background: #fff;
53-
border: 1px solid #414040;
54-
padding: 1em;
55-
z-index: 9999;
56-
box-shadow: 0 0 10px #0003;
57-
border-radius: 8px;
58-
font-family: sans-serif;
59-
}
60-
61-
.file-browser-panel {
62-
display: flex;
63-
flex-direction: column;
64-
}
65-
66-
.file-list {
67-
list-style: none;
68-
padding-left: 0;
69-
max-height: 200px;
70-
overflow-y: auto;
71-
margin: 1em 0;
72-
}
73-
74-
.file-list li {
75-
padding: 6px 8px;
76-
cursor: pointer;
77-
border-bottom: 1px solid #eee;
78-
}
79-
80-
.file-list li:hover {
81-
background-color: #f5f5f5;
82-
}
83-
84-
.file-browser-panel .button-row {
85-
display: flex;
86-
justify-content: space-between;
87-
margin-top: 1rem;
88-
gap: 0.5rem;
89-
}
90-
91-
.back-btn,
92-
.close-btn {
93-
background: #f9f9f9;
94-
border: 1px solid #888;
95-
padding: 6px 12px;
96-
border-radius: 4px;
97-
cursor: pointer;
98-
font-size: 14px;
99-
color: #333;
100-
}
101-
102-
.back-btn:hover {
103-
background-color: #e6e6e6;
104-
color: #111;
105-
border-color: #666;
106-
}
107-
108-
.close-btn {
109-
color: #a00;
110-
border-color: #a00;
111-
}
112-
113-
.close-btn:hover {
114-
background-color: #fcecec;
115-
color: #700;
116-
border-color: #700;
117-
}
118-
119-
.file {
120-
color: #145196;
121-
font-weight: bold;
122-
position: relative;
123-
}
124-
125-
.file::after {
126-
content: ' —— File';
127-
font-weight: normal;
128-
color: #867f7fda;
129-
}
130-
131-
.directory {
132-
color: #0f9145;
133-
font-weight: bold;
134-
position: relative;
135-
}
136-
137-
.directory::after {
138-
content: ' —— Directory';
139-
font-weight: normal;
140-
color: #867f7fda;
141-
}

0 commit comments

Comments
 (0)