Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: static/css/index.css

Issue 29709593: Noissue - Lower opacity of media images on hover on abp.org homepage (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Created Feb. 26, 2018, 8:55 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | 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 #content 1 #content
2 { 2 {
3 padding-top: 5em; 3 padding-top: 5em;
4 margin: 0 auto; 4 margin: 0 auto;
5 } 5 }
6 6
7 #key-facts h1 7 #key-facts h1
8 { 8 {
9 font-size: 16px; 9 font-size: 16px;
10 } 10 }
(...skipping 717 matching lines...) Expand 10 before | Expand all | Expand 10 after
728 } 728 }
729 729
730 #media-list a 730 #media-list a
731 { 731 {
732 position: relative; 732 position: relative;
733 display: block; 733 display: block;
734 } 734 }
735 735
736 #media-list a:hover img 736 #media-list a:hover img
737 { 737 {
738 opacity: 0.5; 738 opacity: 0.2;
739 } 739 }
740 740
741 #media-list a:hover:after 741 #media-list a:hover:after
742 { 742 {
743 content: ""; 743 content: "";
744 position: absolute; 744 position: absolute;
745 top: 0; 745 top: 0;
746 left: 0; 746 left: 0;
747 height: 100%; 747 height: 100%;
748 width: 100%; 748 width: 100%;
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
805 { 805 {
806 #media-list 806 #media-list
807 { 807 {
808 display: flex; 808 display: flex;
809 justify-content: space-between; 809 justify-content: space-between;
810 align-items: center; 810 align-items: center;
811 } 811 }
812 } 812 }
813 813
814 } 814 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld