MDL-42711 theme port from LM - this makes the li's link inherit similar size from higher up in cascade.
This commit is contained in:
@@ -120,8 +120,13 @@
|
||||
#searchform_search {
|
||||
width: auto;
|
||||
}
|
||||
.block_rss_client .list li {
|
||||
border-top-color: darken(@wellBackground, 7%);
|
||||
.block_rss_client {
|
||||
.content li .link {
|
||||
font-weight: inherit;
|
||||
}
|
||||
.list li {
|
||||
border-top-color: darken(@wellBackground, 7%);
|
||||
}
|
||||
}
|
||||
|
||||
// Overide for RTL layout.
|
||||
|
||||
Reference in New Issue
Block a user