@clayui/css 3.83.0 → 3.83.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/css/base.css CHANGED
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
- * Clay 3.83.0
3
+ * Clay 3.83.1
4
4
  *
5
5
  * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
6
6
  * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
@@ -7345,6 +7345,9 @@ select.form-control {
7345
7345
  select.form-control:disabled > option, select.form-control.disabled > option {
7346
7346
  cursor: not-allowed;
7347
7347
  }
7348
+ select.form-control option {
7349
+ cursor: pointer;
7350
+ }
7348
7351
  select.form-control::-ms-expand {
7349
7352
  display: none;
7350
7353
  }
@@ -7375,6 +7378,7 @@ select.form-control:focus::-ms-value {
7375
7378
  select.form-control[size] {
7376
7379
  background-image: none;
7377
7380
  height: auto;
7381
+ margin-left: 0;
7378
7382
  padding-left: 0.5rem;
7379
7383
  padding-right: 0.5rem;
7380
7384
  scrollbar-width: thin;
@@ -7383,9 +7387,13 @@ select.form-control[size] {
7383
7387
  select.form-control[size]:focus, select.form-control[size].focus {
7384
7388
  background-image: none;
7385
7389
  }
7390
+ select.form-control[size] option {
7391
+ padding: 0.25rem;
7392
+ }
7386
7393
  select.form-control[multiple] {
7387
7394
  background-image: none;
7388
7395
  height: auto;
7396
+ margin-left: 0;
7389
7397
  padding-left: 0.5rem;
7390
7398
  padding-right: 0.5rem;
7391
7399
  scrollbar-width: thin;
@@ -7394,6 +7402,9 @@ select.form-control[multiple] {
7394
7402
  select.form-control[multiple]:focus, select.form-control[multiple].focus {
7395
7403
  background-image: none;
7396
7404
  }
7405
+ select.form-control[multiple] option {
7406
+ padding: 0.25rem;
7407
+ }
7397
7408
  textarea.form-control,
7398
7409
  textarea.form-control-plaintext,
7399
7410
  .form-control.form-control-textarea {