Authored by xuqi

brand hover

@@ -89,26 +89,30 @@ $hoverColor: #379ed6; @@ -89,26 +89,30 @@ $hoverColor: #379ed6;
89 width: 342px; 89 width: 342px;
90 padding-left: 42px; 90 padding-left: 42px;
91 font-size: 12px; 91 font-size: 12px;
  92 + }
92 93
93 - .brand-name {  
94 - display: block;  
95 - font-size: 18px;  
96 - font-weight: bold;  
97 - line-height: 50px; 94 + .brand-name {
  95 + display: block;
  96 + font-size: 18px;
  97 + font-weight: bold;
  98 + line-height: 50px;
98 99
99 - overflow: hidden;  
100 - text-overflow: ellipsis !important;  
101 - white-space: nowrap !important;  
102 - max-width: 300px;  
103 - } 100 + overflow: hidden;
  101 + text-overflow: ellipsis !important;
  102 + white-space: nowrap !important;
  103 + max-width: 300px;
104 104
105 - .size {  
106 - margin-bottom: 13px; 105 + &:hover {
  106 + color: #379ed6;
107 } 107 }
  108 + }
108 109
109 - .published-at {  
110 - margin-bottom: 13px;  
111 - } 110 + .size {
  111 + margin-bottom: 13px;
  112 + }
  113 +
  114 + .published-at {
  115 + margin-bottom: 13px;
112 } 116 }
113 117
114 .pro-name { 118 .pro-name {
@@ -117,6 +121,7 @@ $hoverColor: #379ed6; @@ -117,6 +121,7 @@ $hoverColor: #379ed6;
117 word-wrap: break-word; 121 word-wrap: break-word;
118 margin-bottom: 5px; 122 margin-bottom: 5px;
119 overflow: hidden; 123 overflow: hidden;
  124 +
120 :hover { 125 :hover {
121 cursor: pointer; 126 cursor: pointer;
122 color: #379ed6; 127 color: #379ed6;
@@ -260,10 +265,8 @@ $hoverColor: #379ed6; @@ -260,10 +265,8 @@ $hoverColor: #379ed6;
260 } 265 }
261 } 266 }
262 267
263 - .action {  
264 - &:hover {  
265 - cursor: pointer;  
266 - color: #379ed6;  
267 - } 268 + .action:hover {
  269 + cursor: pointer;
  270 + color: #379ed6;
268 } 271 }
269 } 272 }