Skip to content

Commit c56031a

Browse files
add style to Hyperlink (#56)
1 parent 61e84fc commit c56031a

File tree

2 files changed

+16
-19
lines changed

2 files changed

+16
-19
lines changed
Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
.stansassets-settings-block {
2-
padding-left: 10px;
3-
padding-bottom: 5px;
4-
padding-top: 5px;
5-
margin-bottom: 5px;
6-
}
7-
8-
.stansassets-settings-block__header {
9-
margin-top: 5px;
10-
margin-bottom: 5px;
11-
font-size: 13px;
12-
-unity-font-style: bold;
13-
}
14-
15-
.stansassets-settings-block__content {
16-
margin-left: 10px;
1+
.stansassets-hyperlink-block,
2+
.stansassets-hyperlink-block__header,
3+
.stansassets-hyperlink-block__content {
4+
background-color: initial;
5+
border-width: 0;
6+
margin: 0;
7+
width: auto;
8+
flex-shrink: 0;
9+
flex-direction: row;
10+
}
11+
12+
.stansassets-hyperlink-block:hover Label,
13+
.stansassets-hyperlink-block:hover VisualElement {
14+
-unity-background-image-tint-color: cornflowerblue;
15+
color: cornflowerblue;
16+
cursor: link;
1717
}
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
.stansassets-hyperlink-block__header > Label {
2-
color: rgb(130, 130, 130);
3-
}

0 commit comments

Comments
 (0)