dropdowns.scss 5.9 KB
Newer Older
P
Phil Hughes 已提交
1 2 3 4 5 6
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
7
  border-top: $caret-width-base dashed;
P
Phil Hughes 已提交
8 9 10 11
  border-right: $caret-width-base solid transparent;
  border-left: $caret-width-base solid transparent;
}

12 13 14 15 16 17
.btn-group {
  .caret {
    margin-left: 0;
  }
}

P
Phil Hughes 已提交
18 19
.dropdown {
  position: relative;
20
}
P
Phil Hughes 已提交
21

22 23 24
.open {
  .dropdown-menu {
    display: block;
P
Phil Hughes 已提交
25
  }
P
Phil Hughes 已提交
26 27 28 29 30 31 32 33 34 35 36 37

  .dropdown-menu-toggle {
    border-color: $dropdown-toggle-hover-border-color;

    .fa {
      color: $dropdown-toggle-hover-icon-color;
    }
  }
}

.dropdown-menu-toggle {
  position: relative;
38
  width: 160px;
P
Phil Hughes 已提交
39
  padding: 6px 20px 6px 10px;
P
Phil Hughes 已提交
40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
  background-color: $dropdown-toggle-bg;
  color: $dropdown-toggle-color;
  font-size: 15px;
  text-align: left;
  border: 1px solid $dropdown-toggle-border-color;
  border-radius: 2px;
  outline: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;

  .fa {
    position: absolute;
    top: 50%;
    right: 6px;
    margin-top: -4px;
    color: $dropdown-toggle-icon-color;
    font-size: 10px;
  }

  &:hover, {
    border-color: $dropdown-toggle-hover-border-color;

    .fa {
      color: $dropdown-toggle-hover-icon-color;
    }
  }
P
Phil Hughes 已提交
67 68 69 70 71 72 73
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
74
  z-index: 9;
P
Phil Hughes 已提交
75 76
  width: 240px;
  margin-top: 2px;
77
  margin-bottom: 0;
78
  padding: 10px;
79 80
  font-size: 14px;
  font-weight: normal;
P
Phil Hughes 已提交
81 82 83 84 85
  background-color: $dropdown-bg;
  border: 1px solid $dropdown-border-color;
  border-radius: $border-radius-base;
  box-shadow: 0 2px 4px $dropdown-shadow-color;

P
Phil Hughes 已提交
86 87 88 89 90 91 92 93 94 95 96 97 98 99 100
  &.is-loading {
    .dropdown-content {
      display: none;
    }

    .dropdown-loading {
      display: block;
    }
  }

  ul {
    margin: 0;
    padding: 0;
  }

P
Phil Hughes 已提交
101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125
  li {
    text-align: left;
    list-style: none;
  }

  .divider {
    width: 100%;
    height: 1px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: $dropdown-divider-color;
  }

  a {
    display: block;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    color: $dropdown-link-color;
    line-height: 34px;
    text-overflow: ellipsis;
    border-radius: 2px;
    white-space: nowrap;
    overflow: hidden;

P
Phil Hughes 已提交
126 127 128
    &:hover,
    &:focus,
    &.is-focused {
P
Phil Hughes 已提交
129 130
      background-color: $dropdown-link-hover-bg;
      text-decoration: none;
P
Phil Hughes 已提交
131
      outline: 0;
P
Phil Hughes 已提交
132 133 134 135
    }
  }
}

P
Phil Hughes 已提交
136
.dropdown-menu-paging {
137 138
  .dropdown-page-two,
  .dropdown-menu-back {
P
Phil Hughes 已提交
139 140 141 142 143 144 145 146
    display: none;
  }

  &.is-page-two {
    .dropdown-page-one {
      display: none;
    }

147 148
    .dropdown-page-two,
    .dropdown-menu-back {
P
Phil Hughes 已提交
149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169
      display: block;
    }
  }
}

.dropdown-menu-user {
  .avatar {
    float: left;
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
  }
}

.dropdown-menu-user-link {
  padding-top: 7px;
  padding-bottom: 7px;
}

.dropdown-menu-user-full-name {
  display: block;
170
  font-weight: 600;
171
  line-height: 16px;
P
Phil Hughes 已提交
172 173 174 175 176 177 178
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.dropdown-menu-user-username {
  display: block;
179
  line-height: 16px;
P
Phil Hughes 已提交
180 181 182 183 184 185 186 187 188
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.dropdown-select {
  width: 280px;
}

P
Phil Hughes 已提交
189 190 191 192 193 194 195 196 197 198 199 200 201
.dropdown-menu-align-right {
  left: auto;
  right: 0;
}

.dropdown-menu-selectable {
  a {
    padding-left: 25px;

    &.is-active {
      &::before {
        content: "\f00c";
        position: absolute;
202 203 204
        left: 5px;
        top: 50%;
        margin-top: -7px;
P
Phil Hughes 已提交
205 206 207 208 209 210 211 212 213 214 215
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
      }
    }
  }
}

.dropdown-header {
216 217
  padding-left: 5px;
  padding-right: 5px;
P
Phil Hughes 已提交
218 219 220 221
  color: $dropdown-header-color;
  font-size: 13px;
  line-height: 22px;
}
P
Phil Hughes 已提交
222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241

.dropdown-title {
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid $dropdown-divider-color;
  overflow: hidden;
}

.dropdown-title-button {
  position: absolute;
  top: -1px;
  padding: 0;
P
Phil Hughes 已提交
242
  color: $dropdown-title-btn-color;
P
Phil Hughes 已提交
243 244 245
  font-size: 14px;
  border: 0;
  background: none;
P
Phil Hughes 已提交
246
  outline: 0;
P
Phil Hughes 已提交
247 248

  &:hover {
P
Phil Hughes 已提交
249
    color: darken($dropdown-title-btn-color, 15%);
P
Phil Hughes 已提交
250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268
  }
}

.dropdown-menu-close {
  right: 0;
}

.dropdown-menu-back {
  left: 0;
}

.dropdown-input {
  position: relative;
  margin-bottom: 10px;

  .fa {
    position: absolute;
    top: 10px;
    right: 10px;
269
    color: #c7c7c7;
P
Phil Hughes 已提交
270 271 272
    font-size: 12px;
    pointer-events: none;
  }
273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288

  .dropdown-input-clear {
    display: none;
    cursor: pointer;
    pointer-events: all;
  }

  &.has-value {
    .dropdown-input-clear {
      display: block;
    }

    .dropdown-input-search {
      display: none;
    }
  }
P
Phil Hughes 已提交
289 290 291 292 293
}

.dropdown-input-field {
  width: 100%;
  padding: 0 7px;
P
Phil Hughes 已提交
294
  color: $dropdown-input-color;
P
Phil Hughes 已提交
295 296 297 298 299 300 301
  line-height: 30px;
  border: 1px solid $dropdown-divider-color;
  border-radius: 2px;
  outline: 0;

  &:focus {
    color: $dropdown-link-color;
P
Phil Hughes 已提交
302 303
    border-color: $dropdown-input-focus-border;
    box-shadow: 0 0 4px $dropdown-input-focus-shadow;
P
Phil Hughes 已提交
304

305
    ~ .fa {
P
Phil Hughes 已提交
306 307 308 309 310
      color: $dropdown-link-color;
    }
  }

  &:hover {
311
    ~ .fa {
P
Phil Hughes 已提交
312 313 314 315 316 317
      color: $dropdown-link-color;
    }
  }
}

.dropdown-content {
P
Phil Hughes 已提交
318
  max-height: 215px;
P
Phil Hughes 已提交
319 320 321 322 323 324 325 326 327 328
  overflow-y: scroll;
}

.dropdown-footer {
  padding-top: 10px;
  margin-top: 10px;
  font-size: 13px;
  border-top: 1px solid $dropdown-divider-color;
}

329 330 331 332 333 334 335 336
.dropdown-footer-list {
  font-size: 14px;

  a {
    padding-left: 10px;
  }
}

P
Phil Hughes 已提交
337 338 339 340 341 342 343 344
.dropdown-loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 9;
P
Phil Hughes 已提交
345
  background-color: $dropdown-loading-bg;
P
Phil Hughes 已提交
346 347 348 349 350 351 352 353 354 355
  font-size: 28px;

  .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left: -14px;
  }
}
356

P
Phil Hughes 已提交
357 358 359 360 361 362 363
.dropdown-label-box {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 20px;
  height: 16px;
  border-radius: 3px;
364
}