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

Unified Diff: Source/devtools/front_end/searchable.css

Issue 632573002: Adding regex support to search bar in dev tools console (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Implement regex search similar to Sublime Text Created 6 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/devtools/front_end/inspectorCommon.css ('k') | Source/devtools/front_end/ui/UIUtils.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/searchable.css
diff --git a/Source/bindings/tests/idls/core/TestInterfaceDocument.idl b/Source/devtools/front_end/searchable.css
similarity index 95%
copy from Source/bindings/tests/idls/core/TestInterfaceDocument.idl
copy to Source/devtools/front_end/searchable.css
index 2a687e871a44bace871a2d7b65243bbbdedc7339..71ba6211613fb6695bf2b9c1c05652903f5ac8d0 100644
--- a/Source/bindings/tests/idls/core/TestInterfaceDocument.idl
+++ b/Source/devtools/front_end/searchable.css
@@ -28,5 +28,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-interface TestInterfaceDocument : Document {
-};
+.search-query-invalid {
+ background-color: rgb(255, 200, 200);
+ }
« no previous file with comments | « Source/devtools/front_end/inspectorCommon.css ('k') | Source/devtools/front_end/ui/UIUtils.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698