Skip to content

Commit 722cc9c

Browse files
authored
Merge pull request #966 from MaterArc/fix-compatibility
Fix Compatibility Issues
2 parents 1c99f21 + baa6391 commit 722cc9c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

features/sprite-layers/style.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
font-size: 1.1rem;
1919
margin-bottom: .5rem;
2020
margin-left: .15rem;
21+
color: #575e75 !important;
2122
}
2223

2324
.ste-layers>div>div {
@@ -44,10 +45,15 @@
4445
line-height: .95rem;
4546
padding-left: .05rem;
4647
padding-right: .05rem;
48+
color: #c8cad2 !important;
4749
}
4850

4951
.ste-long-layers>div>div:nth-child(even) {
5052
height: 2rem;
5153
position: relative;
5254
top: .5rem;
53-
}
55+
}
56+
57+
[class^="sprite-info_sprite-info_"]:hover {
58+
overflow: visible !important;
59+
}

0 commit comments

Comments
 (0)