Skip to content

Commit 3b46570

Browse files
github-actions[bot]github-actions
and
github-actions
authored
chore: release 1.5.0 (#223)
Co-authored-by: github-actions <[email protected]>
1 parent 374e3d4 commit 3b46570

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

app/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "UI5 Inspector",
4-
"version": "1.4.1",
4+
"version": "1.5.0",
55
"background": {
66
"service_worker": "/scripts/background/main.js"
77
},

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ui5inspector",
3-
"version": "1.4.1",
3+
"version": "1.5.0",
44
"author": "SAP SE",
55
"license": "Apache-2.0",
66
"contributors": [

tests/styles/themes/dark/dark.css

+6-6
Original file line numberDiff line numberDiff line change
@@ -318,16 +318,19 @@ data-view {
318318
-webkit-transform: translateZ(0);
319319
word-break: break-all;
320320
}
321-
data-view clickable-value {
321+
data-view clickable-value,
322+
data-view .controlId {
322323
color: #ED9868;
323324
}
324325
data-view anchor,
325-
data-view clickable-value {
326+
data-view clickable-value,
327+
data-view .controlId {
326328
cursor: pointer;
327329
text-decoration: underline;
328330
}
329331
data-view anchor:hover,
330-
data-view clickable-value:hover {
332+
data-view clickable-value:hover,
333+
data-view .controlId:hover {
331334
text-decoration: none;
332335
}
333336
data-view arrow {
@@ -387,9 +390,6 @@ data-view .disclaimer {
387390
padding-left: 5px;
388391
color: lightcoral;
389392
}
390-
data-view .controlId {
391-
cursor: pointer;
392-
}
393393
/* ==========================================================================
394394
FrameSelect
395395
========================================================================== */

tests/styles/themes/light/light.css

+6-6
Original file line numberDiff line numberDiff line change
@@ -318,16 +318,19 @@ data-view {
318318
-webkit-transform: translateZ(0);
319319
word-break: break-all;
320320
}
321-
data-view clickable-value {
321+
data-view clickable-value,
322+
data-view .controlId {
322323
color: #0000ee;
323324
}
324325
data-view anchor,
325-
data-view clickable-value {
326+
data-view clickable-value,
327+
data-view .controlId {
326328
cursor: pointer;
327329
text-decoration: underline;
328330
}
329331
data-view anchor:hover,
330-
data-view clickable-value:hover {
332+
data-view clickable-value:hover,
333+
data-view .controlId:hover {
331334
text-decoration: none;
332335
}
333336
data-view arrow {
@@ -387,9 +390,6 @@ data-view .disclaimer {
387390
padding-left: 5px;
388391
color: lightcoral;
389392
}
390-
data-view .controlId {
391-
cursor: pointer;
392-
}
393393
/* ==========================================================================
394394
FrameSelect
395395
========================================================================== */

0 commit comments

Comments
 (0)