Skip to content

Commit 4600a1c

Browse files
committed
side menu button cleanup
1 parent 50522c6 commit 4600a1c

File tree

3 files changed

+5
-11
lines changed

3 files changed

+5
-11
lines changed

css/stylesheet.css

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ button.active {
6767

6868
.btn.active:hover,
6969
button.active:hover {
70-
background: rgba(38, 38, 38, .8);
70+
background: rgba(38, 38, 38);
71+
color: rgba(187, 187, 187, .8);
7172
}
7273

7374
button[disabled] {
@@ -164,10 +165,6 @@ nav h3 {
164165
box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.36), inset 0 -2px 2px rgba(0, 0, 0, 0.24);
165166
}
166167

167-
.sidemenu .algorithms.collapse {
168-
display: none;
169-
}
170-
171168
.workspace {
172169
position: absolute;
173170
top: 30px;

public/algorithm_visualizer.css

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,8 @@ button.active {
187187

188188
.btn.active:hover,
189189
button.active:hover {
190-
background: rgba(38, 38, 38, .8);
190+
background: rgba(38, 38, 38);
191+
color: rgba(187, 187, 187, .8);
191192
}
192193

193194
button[disabled] {
@@ -284,10 +285,6 @@ nav h3 {
284285
box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.36), inset 0 -2px 2px rgba(0, 0, 0, 0.24);
285286
}
286287

287-
.sidemenu .algorithms.collapse {
288-
display: none;
289-
}
290-
291288
.workspace {
292289
position: absolute;
293290
top: 30px;

public/algorithm_visualizer.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)