wip
This commit is contained in:
		| @@ -200,7 +200,7 @@ export default Vue.extend({ | ||||
| </script> | ||||
|  | ||||
| <style lang="stylus" scoped> | ||||
| @import '~const.styl' | ||||
|  | ||||
|  | ||||
| root(isDark) | ||||
| 	padding 8px 0 0 0 | ||||
| @@ -237,13 +237,13 @@ root(isDark) | ||||
| 					background #ce2212 | ||||
|  | ||||
| 	&[data-is-selected] | ||||
| 		background $theme-color | ||||
| 		background var(--primary) | ||||
|  | ||||
| 		&:hover | ||||
| 			background lighten($theme-color, 10%) | ||||
| 			background var(--primaryLighten10) | ||||
|  | ||||
| 		&:active | ||||
| 			background darken($theme-color, 10%) | ||||
| 			background var(--primaryDarken10) | ||||
|  | ||||
| 		> .label | ||||
| 			&:before | ||||
| @@ -251,7 +251,7 @@ root(isDark) | ||||
| 				display none | ||||
|  | ||||
| 		> .name | ||||
| 			color $theme-color-foreground | ||||
| 			color var(--primaryForeground) | ||||
|  | ||||
| 	&[data-is-contextmenu-showing] | ||||
| 		&:after | ||||
| @@ -262,7 +262,7 @@ root(isDark) | ||||
| 			right -4px | ||||
| 			bottom -4px | ||||
| 			left -4px | ||||
| 			border 2px dashed rgba($theme-color, 0.3) | ||||
| 			border 2px dashed var(--primaryAlpha03) | ||||
| 			border-radius 4px | ||||
|  | ||||
| 	> .label | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo