Skip to content
Snippets Groups Projects
Unverified Commit 528b44c3 authored by Phil Hughes's avatar Phil Hughes
Browse files

made active file the current theme color

parent 481dabd9
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -199,6 +199,10 @@
.branch-header-title {
color: $color-700;
}
.ide-file-list .file.file-active {
color: $color-700;
}
}
 
body {
Loading
Loading
Loading
Loading
@@ -20,7 +20,6 @@
display: flex;
height: calc(100vh - #{$header-height});
margin-top: 40px;
color: $almost-black;
border-top: 1px solid $white-dark;
border-bottom: 1px solid $white-dark;
 
Loading
Loading
@@ -46,6 +45,10 @@
background: $link-active-background;
}
 
&.file-active {
font-weight: $gl-font-weight-bold;
}
.ide-file-name {
flex: 1;
white-space: nowrap;
Loading
Loading
@@ -723,9 +726,7 @@
}
 
.ide-view {
height: calc(
100vh - #{$header-height + $performance-bar-height + $flash-height}
);
height: calc(100vh - #{$header-height + $performance-bar-height + $flash-height});
}
}
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment