[TButtonScroller] style 변경
Detail Notes : 1. 여백 수정 2. 비활성화시 그림자 제거
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
.scrollContainer {
|
||||
height: 100%;
|
||||
> div {
|
||||
padding-right: 75px;
|
||||
padding-right: 48px;
|
||||
}
|
||||
> div > div:nth-child(2) {
|
||||
height: 100%;
|
||||
@@ -51,6 +51,7 @@
|
||||
background-color: transparent;
|
||||
background-image: url("../../../assets/images/btn/btn-scroll-up-dim@3x.png");
|
||||
&:focus {
|
||||
box-shadow: none;
|
||||
background-image: url("../../../assets/images/btn/btn-scroll-up-dim@3x.png");
|
||||
}
|
||||
}
|
||||
@@ -65,6 +66,7 @@
|
||||
background-color: transparent;
|
||||
background-image: url("../../../assets/images/btn/btn-scroll-down-dim@3x.png");
|
||||
&:focus {
|
||||
box-shadow: none;
|
||||
background-image: url("../../../assets/images/btn/btn-scroll-down-dim@3x.png");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user