Jacky Zhao
2021-10-25 03bb3a3bae297b51ffabb0d428f2c555771033f9
normalize search styling
1 files modified
16 ■■■■ changed files
assets/base.scss 16 ●●●● patch | view | raw | blame | history
assets/base.scss
@@ -280,7 +280,8 @@
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  height: 100%;
  overflow: scroll;
  display: none;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
@@ -324,7 +325,18 @@
        border: 1px solid var(--outlinegray);
        border-bottom: none;
        &:hover {
        // normalize button props
        font-family: inherit;
        font-size: 100%;
        line-height: 1.15;
        margin: 0;
        overflow: visible;
        text-transform: none;
        text-align: left;
        background: var(--light);
        outline: none;
        &:hover, &:focus {
          background: rgba(180, 180, 180, 0.15);
        }