File tree Expand file tree Collapse file tree 2 files changed +16
-19
lines changed
Editor/UIToolkit/Controls/Hyperlink Expand file tree Collapse file tree 2 files changed +16
-19
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 1- .stansassets-hyperlink-block__header > Label {
2- color: rgb(130, 130, 130);
3- }
You can’t perform that action at this time.
0 commit comments