|
|
@@ -435,26 +435,26 @@ const contextmenusThumbnailItem = (): ContextmenuItem[] => {
|
|
|
|
|
|
.thumbnail {
|
|
|
border-radius: $borderRadius;
|
|
|
- outline: 2px solid rgba($color: $themeColor, $alpha: .15);
|
|
|
+ outline: 2px solid rgba($color: $themeColor2, $alpha: .15);
|
|
|
}
|
|
|
|
|
|
&.active {
|
|
|
.label {
|
|
|
- color: $themeColor;
|
|
|
+ color: $themeColor2;
|
|
|
}
|
|
|
.thumbnail {
|
|
|
- outline-color: $themeColor;
|
|
|
+ outline-color: $themeColor2;
|
|
|
}
|
|
|
}
|
|
|
&.selected {
|
|
|
.thumbnail {
|
|
|
- outline-color: $themeColor;
|
|
|
+ outline-color: $themeColor2;
|
|
|
}
|
|
|
.note-flag {
|
|
|
- background-color: $themeColor;
|
|
|
+ background-color: $themeColor2;
|
|
|
|
|
|
&::after {
|
|
|
- border-top-color: $themeColor;
|
|
|
+ border-top-color: $themeColor2;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
@@ -467,7 +467,7 @@ const contextmenusThumbnailItem = (): ContextmenuItem[] => {
|
|
|
left: 8px;
|
|
|
top: 13px;
|
|
|
font-size: 8px;
|
|
|
- background-color: rgba($color: $themeColor, $alpha: .75);
|
|
|
+ background-color: rgba($color: $themeColor2, $alpha: .75);
|
|
|
color: #fff;
|
|
|
text-align: center;
|
|
|
line-height: 12px;
|
|
|
@@ -481,7 +481,7 @@ const contextmenusThumbnailItem = (): ContextmenuItem[] => {
|
|
|
top: 10px;
|
|
|
left: 4px;
|
|
|
border: 4px solid transparent;
|
|
|
- border-top-color: rgba($color: $themeColor, $alpha: .75);
|
|
|
+ border-top-color: rgba($color: $themeColor2, $alpha: .75);
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
@@ -519,11 +519,11 @@ const contextmenusThumbnailItem = (): ContextmenuItem[] => {
|
|
|
color: #555;
|
|
|
|
|
|
&.contextmenu-active {
|
|
|
- color: $themeColor;
|
|
|
+ color: $themeColor2;
|
|
|
|
|
|
.text::before {
|
|
|
- border-bottom-color: $themeColor;
|
|
|
- border-right-color: $themeColor;
|
|
|
+ border-bottom-color: $themeColor2;
|
|
|
+ border-right-color: $themeColor2;
|
|
|
}
|
|
|
}
|
|
|
|