Commit 91ccbe2f authored by serhii.myronets's avatar serhii.myronets
Browse files

Issue #3260389 by agami4: Add improvements to the list visibility of the...

Issue #3260389 by agami4: Add improvements to the list visibility of the visibility dropdown(update)
parent c36d21a4
Loading
Loading
Loading
Loading
+2 −11
Original line number Diff line number Diff line
@@ -75,30 +75,21 @@
}

.list-item--visibility {
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: -1px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.list-item--visibility .form-group {
  position: static;
  cursor: pointer;
}

.list-item--visibility .form-group label {
  font-weight: 500;
  cursor: pointer;
}

.list-item--visibility .form-group .form-radio {
  width: 100%;
  height: 100%;
  top: 0;
  margin-top: 0;
  cursor: pointer;
  z-index: -1;
}

.list-item--visibility:hover, .list-item--visibility:focus-within {
+2 −9
Original line number Diff line number Diff line
@@ -98,26 +98,19 @@
}

.list-item--visibility {
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: -1px;
  justify-content: flex-start;
  cursor: pointer;

  .form-group {
    position: static;

    label {
      font-weight: 500;
      cursor: pointer;
    }

    .form-radio {
      width: 100%;
      height: 100%;
      top: 0;
      margin-top: 0;
      cursor: pointer;
      z-index: -1;
    }
  }