@clayui/css 3.119.0 → 3.119.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/atlas.css +22 -2
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +22 -2
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +23 -3
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/icons.svg +1 -1
- package/package.json +2 -2
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/cadmin/components/_tables.scss +78 -0
- package/src/scss/cadmin/variables/_dropdowns.scss +0 -1
- package/src/scss/components/_tables.scss +78 -0
- package/src/scss/mixins/_globals.scss +38 -0
- package/src/scss/variables/_dropdowns.scss +0 -1
package/lib/css/atlas.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.119.
|
|
3
|
+
* Clay 3.119.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>
|
|
@@ -7478,7 +7478,6 @@ input[type=button].btn-block {
|
|
|
7478
7478
|
|
|
7479
7479
|
.dropdown-menu-width-shrink {
|
|
7480
7480
|
min-width: 0;
|
|
7481
|
-
white-space: nowrap;
|
|
7482
7481
|
}
|
|
7483
7482
|
.dropdown-menu-width-full {
|
|
7484
7483
|
left: 12px !important;
|
|
@@ -20970,6 +20969,11 @@ caption {
|
|
|
20970
20969
|
.table-striped tbody tr:nth-of-type(odd):not(.table-active):not(.table-disabled):not(.table-divider) th {
|
|
20971
20970
|
background-color: #f7f8f9;
|
|
20972
20971
|
}
|
|
20972
|
+
.table-striped.table-hover tbody tr:nth-of-type(odd):hover:not(.table-active):not(.table-disabled):not(.table-divider),
|
|
20973
|
+
.table-striped.table-hover tbody tr:nth-of-type(odd):hover:not(.table-active):not(.table-disabled):not(.table-divider) td,
|
|
20974
|
+
.table-striped.table-hover tbody tr:nth-of-type(odd):hover:not(.table-active):not(.table-disabled):not(.table-divider) th {
|
|
20975
|
+
background-color: #f0f5ff;
|
|
20976
|
+
}
|
|
20973
20977
|
|
|
20974
20978
|
.table-hover tbody tr:hover {
|
|
20975
20979
|
background-color: #f0f5ff;
|
|
@@ -21245,6 +21249,11 @@ td.table-focus {
|
|
|
21245
21249
|
.table-dark.table-striped tbody tr:nth-of-type(odd):not(.table-active):not(.table-disabled):not(.table-divider) td {
|
|
21246
21250
|
background-color: rgba(255, 255, 255, 0.05);
|
|
21247
21251
|
}
|
|
21252
|
+
.table-dark.table-striped.table-hover tbody tr:nth-of-type(odd):hover:not(.table-active):not(.table-disabled):not(.table-divider),
|
|
21253
|
+
.table-dark.table-striped.table-hover tbody tr:nth-of-type(odd):hover:not(.table-active):not(.table-disabled):not(.table-divider) td,
|
|
21254
|
+
.table-dark.table-striped.table-hover tbody tr:nth-of-type(odd):hover:not(.table-active):not(.table-disabled):not(.table-divider) th {
|
|
21255
|
+
background-color: rgba(255, 255, 255, 0.075);
|
|
21256
|
+
}
|
|
21248
21257
|
.table-dark.table-hover tbody tr:hover {
|
|
21249
21258
|
background-color: rgba(255, 255, 255, 0.075);
|
|
21250
21259
|
color: #fff;
|
|
@@ -21554,6 +21563,11 @@ td.table-focus {
|
|
|
21554
21563
|
.table-list.table-striped tbody tr:nth-of-type(odd):not(.table-active):not(.table-disabled):not(.table-divider) td {
|
|
21555
21564
|
background-color: #f7f8f9;
|
|
21556
21565
|
}
|
|
21566
|
+
.table-list.table-striped.table-hover tbody tr:nth-of-type(odd):hover:not(.table-active):not(.table-disabled):not(.table-divider),
|
|
21567
|
+
.table-list.table-striped.table-hover tbody tr:nth-of-type(odd):hover:not(.table-active):not(.table-disabled):not(.table-divider) th,
|
|
21568
|
+
.table-list.table-striped.table-hover tbody tr:nth-of-type(odd):hover:not(.table-active):not(.table-disabled):not(.table-divider) td {
|
|
21569
|
+
background-color: #f0f5ff;
|
|
21570
|
+
}
|
|
21557
21571
|
|
|
21558
21572
|
.table-list.table-hover tbody tr:hover {
|
|
21559
21573
|
background-color: #f0f5ff;
|
|
@@ -21835,6 +21849,9 @@ td.table-focus {
|
|
|
21835
21849
|
.table-striped tbody .table-active:nth-of-type(odd) .quick-action-menu {
|
|
21836
21850
|
background-color: #f0f5ff;
|
|
21837
21851
|
}
|
|
21852
|
+
.table-striped.table-hover tbody tr:nth-of-type(odd):hover .quick-action-menu {
|
|
21853
|
+
background-color: #f0f5ff;
|
|
21854
|
+
}
|
|
21838
21855
|
|
|
21839
21856
|
.table-list.table-striped tbody tr:nth-of-type(odd) .quick-action-menu {
|
|
21840
21857
|
background-color: #f7f8f9;
|
|
@@ -21842,6 +21859,9 @@ td.table-focus {
|
|
|
21842
21859
|
.table-list.table-striped tbody .table-active:nth-of-type(odd) .quick-action-menu {
|
|
21843
21860
|
background-color: #f0f5ff;
|
|
21844
21861
|
}
|
|
21862
|
+
.table-list.table-striped.table-hover tbody tr:nth-of-type(odd):hover .quick-action-menu {
|
|
21863
|
+
background-color: #f0f5ff;
|
|
21864
|
+
}
|
|
21845
21865
|
|
|
21846
21866
|
.table-column-text-start,
|
|
21847
21867
|
.table-cell-text-start {
|