Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eef7c9a0 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

field border fix

parent d0e11bbe
Loading
Loading
Loading
Loading
Loading
+24 −0
Original line number Diff line number Diff line
@@ -118,3 +118,27 @@ body .property-text__input span.icon-delete {
#content-vue #app-navigation-vue .menu-icon svg path {
    fill: var(--color-main-text);
}

#content-vue {
    #app-sidebar-header {
      .v-select {
        &.select {
          .vs__dropdown-toggle {
            border: 1px solid var(--color-border-dark);
            border-radius: var(--border-radius);
          }
          .vs__selected {
            z-index: 999;
  
            input {
              border: none;
            }
          }
          .vs__open-indicator-button {
            border: none;
          }
        }
      }
    }
  }
  
 No newline at end of file