ui: Fixed annotation hovering slow in code snippet view due to style calculation from setting stylesheets

This commit is contained in:
Eberhard Graether
2019-05-28 14:30:23 +02:00
parent 762b27d306
commit 5084a11dec
3 changed files with 13 additions and 21 deletions
+9 -1
View File
@@ -117,10 +117,14 @@
#code_file {
background-color: <color:code/snippet/background>;
margin-bottom: 0px;
border-bottom: 1px solid <color:code/file/background>; /* last file only */
border: none;
font-size: <setting:font_size>px;
}
#code_file[last=true] {
border-bottom: 1px solid <color:code/file/background>;
}
#title_bar, #title_bar_single {
background-color: <color:code/file/background>;
font-size: <setting:font_size>px;
@@ -186,6 +190,10 @@
font-size: <setting:font_size>px;
}
#code_file #code_snippet[first=true] {
border: none;
}
#code_file #code_snippet #scope_name, #code_file #code_snippet #dots {
background-color: <color:code/snippet/title/background>;
border: none;