ui: Fixed annotation hovering slow in code snippet view due to style calculation from setting stylesheets
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user