Skip to content

Commit

Permalink
improve focus styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Mrowetz committed May 19, 2017
1 parent df79896 commit e4b0c6d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/css-raw/perf-cascade.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,12 @@
.row-item .even {fill: #ccc; opacity: 0.05;}
.row-item .odd {fill: #000; opacity: 0.05;}
.row-item:hover .odd,
.row-item:hover .even {fill: #000; opacity: 0.1}
.row-item:hover .even {fill: #000; opacity: 0.1;}

.row-item:focus {outline: solid 1.5px #aaa; outline-offset: -1.5px}
.row-item:focus .odd,
.row-item:focus .even {fill: #000; opacity: 0.2; }

.row-item .rect-holder text {fill: #aaa}
.row-item.status5xx .even {fill: #f66;}
.row-item.status5xx .odd {fill: #f00;}
Expand Down

0 comments on commit e4b0c6d

Please sign in to comment.