Compare commits

..

No commits in common. "8c602f1513041feeee1f0a8673819972df1e70ec" and "fe5fd8f823e0f4b2bd54decda3038467dc5f0561" have entirely different histories.

View File

@ -583,32 +583,12 @@
:host .outline,
.editor .outline {
--highlight-color: yellow;
--highlight-focus-color: rgb(253, 218, 13);
--highlight-hover-color: rgba(253, 218, 13, 0.5);
--highlight-focus-hover-color: rgba(253, 218, 13, 0.7);
.highlight {
font-weight: bold;
background: yellow;
}
.XXX {
&>.view {
background: var(--highlight-color);
}
&:hover>.view {
background: var(--highlight-hover-color) !important;
}
&.focused {
&>.view,
&>.text {
/* XXX can we avoid !important here??? */
background: var(--highlight-focus-color) !important;
}
&:hover>.view {
background: var(--highlight-focus-hover-color) !important;
}
}
.XXX>.view {
background: yellow;
}
}