Revert catalog hover CSS for now due to reflow problems. #489

Revert "Fix issues with catalog hover CSS. #489"

This reverts commit b930f6bf630471e433c543b6a5b25accb486a752.

Revert "Merge branch 'catalog' #489"

This reverts commit 07292dbe9f786f8d784090fb81728db6e200089b, reversing
changes made to e0fa19b62af4793c463a4e672494cf19aee9dc8c.
This commit is contained in:
ccd0 2016-09-21 01:55:20 -07:00
parent 98d01c0d50
commit c4f1d3c5c7
7 changed files with 0 additions and 47 deletions

View File

@ -30,12 +30,6 @@
background-color: #D6DAF0;
}
/* Catalog */
:root.burichan .catalog-thread:hover, :root.burichan .catalog-thread:hover > .comment {
background-color: #D6DAF0;
border-color: #B7C5D9;
}
/* Quote */
:root.burichan .backlink.deadlink {
color: #34345C !important;

View File

@ -30,12 +30,6 @@
background-color: #F0E0D6;
}
/* Catalog */
:root.futaba .catalog-thread:hover, :root.futaba .catalog-thread:hover > .comment {
background-color: #F0E0D6;
border-color: #D9BFB7;
}
/* Quote */
:root.futaba .backlink.deadlink {
color: #00E !important;

View File

@ -31,10 +31,6 @@
}
/* Catalog */
:root.photon .catalog-thread:hover, :root.photon .catalog-thread:hover > .comment {
background-color: #DDD;
border-color: #CCC;
}
:root.photon .catalog-code {
background-color: rgba(150, 150, 150, 0.2);
}

View File

@ -796,21 +796,6 @@ div[data-checked="false"] > .suboption-list {
text-align: center;
margin: 0;
}
[name="delform"], .board, .catalog-thread, .catalog-thread:hover > .comment {
background-color: inherit;
}
.catalog-thread:hover {
margin: -1px 1px 4px;
border: 1px solid transparent;
z-index: 1;
}
.catalog-thread:hover > .comment {
margin: 0 -1px -1px;
border: 1px solid transparent;
border-top: none;
-webkit-flex-shrink: 0;
flex-shrink: 0;
}
/* /tg/ dice rolls */
.board_tg .catalog-thread > .comment > b {
font-weight: normal;

View File

@ -30,10 +30,6 @@
}
/* Catalog */
:root.tomorrow .catalog-thread:hover, :root.tomorrow .catalog-thread:hover > .comment {
background-color: #282A2E;
border-color: #111;
}
:root.tomorrow .catalog-code {
background-color: rgba(255, 255, 255, 0.1);
}

View File

@ -30,12 +30,6 @@
background-color: #D6DAF0;
}
/* Catalog */
:root.yotsuba-b .catalog-thread:hover, :root.yotsuba-b .catalog-thread:hover > .comment {
background-color: #D6DAF0;
border-color: #B7C5D9;
}
/* Quote */
:root.yotsuba-b .backlink.deadlink {
color: #34345C !important;

View File

@ -30,12 +30,6 @@
background-color: #F0E0D6;
}
/* Catalog */
:root.yotsuba .catalog-thread:hover, :root.yotsuba .catalog-thread:hover > .comment {
background-color: #F0E0D6;
border-color: #D9BFB7;
}
/* Quote */
:root.yotsuba .backlink.deadlink {
color: #00E !important;