soiz1 commited on
Commit
12ff4b3
Β·
verified Β·
1 Parent(s): ac09314

Update src/Console/Console.scss

Browse files
Files changed (1) hide show
  1. 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 4px;
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;