summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/devtools/front_end/sources/sourcesView.css
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/devtools/front_end/sources/sourcesView.css')
-rw-r--r--chromium/third_party/blink/renderer/devtools/front_end/sources/sourcesView.css29
1 files changed, 0 insertions, 29 deletions
diff --git a/chromium/third_party/blink/renderer/devtools/front_end/sources/sourcesView.css b/chromium/third_party/blink/renderer/devtools/front_end/sources/sourcesView.css
index 42b8ab26914..8fe79b5786f 100644
--- a/chromium/third_party/blink/renderer/devtools/front_end/sources/sourcesView.css
+++ b/chromium/third_party/blink/renderer/devtools/front_end/sources/sourcesView.css
@@ -59,35 +59,6 @@
background-color: #444;
}
-.source-frame-breakpoint-condition {
- z-index: 30;
- padding: 4px;
- background-color: #e6e6e6;
- border-radius: 7px;
- border: 2px solid #bababa;
- width: 90%;
- pointer-events: auto;
-}
-
-.source-frame-breakpoint-message {
- background-color: transparent;
- font-weight: normal;
- text-align: left;
- text-shadow: none;
- color: rgb(85, 85, 85);
- cursor: default;
- margin: 0 0 2px 0;
-}
-
-#source-frame-breakpoint-condition {
- margin: 0;
- border: 1px inset rgb(190, 190, 190) !important;
- width: 100%;
- box-shadow: none !important;
- outline: none !important;
- background: white;
-}
-
@-webkit-keyframes source-frame-value-update-highlight-animation {
from {
background-color: inherit;