이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
chemicalcrux
/
dissolve
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
Fix confusing colors on filter nodes
master
Fen Dweller
4 년 전
부모
58415b2876
커밋
1b415a6390
1개의 변경된 파일
과
3개의 추가작업
그리고
2개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-2
src/components/nodes/FilterNode.vue
+ 3
- 2
src/components/nodes/FilterNode.vue
파일 보기
@@ -31,15 +31,16 @@ export default class FilterNode extends Vue {
.filter-node {
width: 100%;
height: 100%;
background: #
333
;
background: #
555
;
display: flex;
flex-direction: column;
position: relative;
transition: 0.2s background;
border-radius: 25px;
}
.filter-node.inactive {
background: #
555
;
background: #
888
;
}
.node-name {
쓰기
미리보기
불러오는 중...
취소
저장