@pmidc/upyog-css 1.2.36-UAT.10 → 1.2.36-UAT.11
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/dist/index.css +4 -2
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/table.scss +5 -0
package/dist/index.css
CHANGED
|
@@ -30,7 +30,6 @@ a {
|
|
|
30
30
|
abbr[title] {
|
|
31
31
|
border-bottom: none;
|
|
32
32
|
text-decoration: underline;
|
|
33
|
-
-webkit-text-decoration: underline dotted;
|
|
34
33
|
text-decoration: underline dotted; }
|
|
35
34
|
|
|
36
35
|
b, strong {
|
|
@@ -3994,7 +3993,10 @@ body {
|
|
|
3994
3993
|
@media (min-width: 1024px) {
|
|
3995
3994
|
.table {
|
|
3996
3995
|
display: table;
|
|
3997
|
-
overflow: hidden; }
|
|
3996
|
+
overflow: hidden; }
|
|
3997
|
+
.table.cancel-table {
|
|
3998
|
+
display: block !important;
|
|
3999
|
+
overflow: scroll !important; } }
|
|
3998
4000
|
|
|
3999
4001
|
.table:hover {
|
|
4000
4002
|
-webkit-box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12), 0 4px 12px rgba(0, 0, 0, 0.06);
|