Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(239)

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css

Issue 1947283002: DevTools: [LiveSASS] make selectors and medias read-only for sass rules (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved.
3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org> 3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org>
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions 6 * modification, are permitted provided that the following conditions
7 * are met: 7 * are met:
8 * 8 *
9 * 1. Redistributions of source code must retain the above copyright 9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer. 10 * notice, this list of conditions and the following disclaimer.
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 .styles-section-title .media:not(.editing-media), 235 .styles-section-title .media:not(.editing-media),
236 .styles-section-title .media:not(.editing-media) .subtitle { 236 .styles-section-title .media:not(.editing-media) .subtitle {
237 overflow: hidden; 237 overflow: hidden;
238 } 238 }
239 239
240 .styles-section-title .media .subtitle { 240 .styles-section-title .media .subtitle {
241 float: right; 241 float: right;
242 color: rgb(85, 85, 85); 242 color: rgb(85, 85, 85);
243 } 243 }
244 244
245 .styles-section.sass-style .styles-section-title .media > span {
246 background-color: #eee;
247 }
paulirish 2016/05/05 02:34:22 I think we can leave off these styles completely.
248
245 .styles-section-subtitle { 249 .styles-section-subtitle {
246 color: rgb(85, 85, 85); 250 color: rgb(85, 85, 85);
247 float: right; 251 float: right;
248 margin-left: 5px; 252 margin-left: 5px;
249 max-width: 100%; 253 max-width: 100%;
250 text-overflow: ellipsis; 254 text-overflow: ellipsis;
251 overflow: hidden; 255 overflow: hidden;
252 white-space: nowrap; 256 white-space: nowrap;
253 } 257 }
254 258
255 .styles-section .styles-section-subtitle a { 259 .styles-section .styles-section-subtitle a {
256 color: inherit; 260 color: inherit;
257 } 261 }
258 262
259 .styles-section .selector { 263 .styles-section .selector {
260 color: #888; 264 color: #888;
261 } 265 }
262 266
267 .styles-section.sass-style .selector {
268 background-color: #eee;
269 }
270
263 .styles-section .simple-selector.selector-matches, .styles-section.keyframe-key { 271 .styles-section .simple-selector.selector-matches, .styles-section.keyframe-key {
264 color: #222; 272 color: #222;
265 } 273 }
266 274
267 .styles-section a[data-uncopyable] { 275 .styles-section a[data-uncopyable] {
268 display: inline-block; 276 display: inline-block;
269 } 277 }
270 278
271 .styles-section a[data-uncopyable]::before { 279 .styles-section a[data-uncopyable]::before {
272 content: attr(data-uncopyable); 280 content: attr(data-uncopyable);
(...skipping 495 matching lines...) Expand 10 before | Expand all | Expand 10 after
768 position: absolute; 776 position: absolute;
769 right: 0; 777 right: 0;
770 bottom: 0; 778 bottom: 0;
771 visibility: hidden; 779 visibility: hidden;
772 background-color: rgba(255, 255, 255, 0.9); 780 background-color: rgba(255, 255, 255, 0.9);
773 } 781 }
774 782
775 .styles-pane:not(.is-editing-style) .styles-section.matched-styles:not(.read-onl y):hover .sidebar-pane-section-toolbar { 783 .styles-pane:not(.is-editing-style) .styles-section.matched-styles:not(.read-onl y):hover .sidebar-pane-section-toolbar {
776 visibility: visible; 784 visibility: visible;
777 } 785 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698