Update src/Console/Console.scss
Browse files- src/Console/Console.scss +4 -1
src/Console/Console.scss
CHANGED
|
@@ -28,12 +28,14 @@
|
|
| 28 |
height: 20px;
|
| 29 |
display: inline-block;
|
| 30 |
margin: 0 2px;
|
| 31 |
-
padding: 0
|
| 32 |
line-height: 20px;
|
| 33 |
transition: background-color $anim-duration, color $anim-duration;
|
|
|
|
| 34 |
&.active {
|
| 35 |
background: var(--highlight);
|
| 36 |
color: var(--select-foreground);
|
|
|
|
| 37 |
}
|
| 38 |
}
|
| 39 |
.filter-text {
|
|
@@ -47,6 +49,7 @@
|
|
| 47 |
text-overflow: ellipsis;
|
| 48 |
}
|
| 49 |
}
|
|
|
|
| 50 |
.js-input {
|
| 51 |
pointer-events: none;
|
| 52 |
position: absolute;
|
|
|
|
| 28 |
height: 20px;
|
| 29 |
display: inline-block;
|
| 30 |
margin: 0 2px;
|
| 31 |
+
padding: 0 8px; // ζ₯ζ¬θͺγγγΉγη¨γ«γγγ£γ³γ°γε’γγ
|
| 32 |
line-height: 20px;
|
| 33 |
transition: background-color $anim-duration, color $anim-duration;
|
| 34 |
+
border-radius: 3px; // θ§γδΈΈγγγ¦θ¦ζ γγθ―γγγ
|
| 35 |
&.active {
|
| 36 |
background: var(--highlight);
|
| 37 |
color: var(--select-foreground);
|
| 38 |
+
font-weight: bold; // γ’γ―γγ£γζγ―ε€ͺεγ«γγ
|
| 39 |
}
|
| 40 |
}
|
| 41 |
.filter-text {
|
|
|
|
| 49 |
text-overflow: ellipsis;
|
| 50 |
}
|
| 51 |
}
|
| 52 |
+
// δ»₯δΈγ―ε€ζ΄γͺγ
|
| 53 |
.js-input {
|
| 54 |
pointer-events: none;
|
| 55 |
position: absolute;
|