git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Web Inspector: Breakpoint Log action should support template literals
[WebKit-https.git]
/
Source
/
WebInspectorUI
/
UserInterface
/
Views
/
BreakpointActionView.css
diff --git
a/Source/WebInspectorUI/UserInterface/Views/BreakpointActionView.css
b/Source/WebInspectorUI/UserInterface/Views/BreakpointActionView.css
index
7b7e099
..
cf55d69
100644
(file)
--- a/
Source/WebInspectorUI/UserInterface/Views/BreakpointActionView.css
+++ b/
Source/WebInspectorUI/UserInterface/Views/BreakpointActionView.css
@@
-61,6
+61,13
@@
box-shadow: inset 0 0 2px hsl(0, 0%, 78%);
}
box-shadow: inset 0 0 2px hsl(0, 0%, 78%);
}
+.breakpoint-action-block-body > .description {
+ color: var(--text-color-gray-medium);
+ text-align: right;
+ margin-top: 6px;
+ margin-right: 2px;
+}
+
.breakpoint-action-block-body > input {
width: 100%;
}
.breakpoint-action-block-body > input {
width: 100%;
}