summaryrefslogtreecommitdiff
path: root/css/cdm.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-11-30 13:51:54 +0300
committerAndrew Dolgov <[email protected]>2018-11-30 13:51:54 +0300
commit9563e3bcd662b87ea6779714b51afb61571dd32d (patch)
tree2e492c27f08380f1e58458f8546f8aea212e64c9 /css/cdm.less
parentc8c9a26f3071edc2f0307336b6dd6062e4351773 (diff)
remove expandable CDM headlines
Diffstat (limited to 'css/cdm.less')
-rw-r--r--css/cdm.less60
1 files changed, 0 insertions, 60 deletions
diff --git a/css/cdm.less b/css/cdm.less
index a919fb605..a0790f6c1 100644
--- a/css/cdm.less
+++ b/css/cdm.less
@@ -115,66 +115,6 @@
}
-.cdm.expandable {
- background-color : #f0f0f0;
- border: 0px solid #ddd;
- border-bottom-width: 1px;
-
- > hr {
- display : none;
- }
-
- div.cdmHeader span.titleWrap {
- white-space : nowrap;
- text-overflow : ellipsis;
- overflow : hidden;
- max-width : 500px;
- }
-}
-
-.cdm.expandable.Unread {
- background : white;
-}
-
-.cdm.expandable.Selected:not(.active) {
- background : desaturate(@color-accent, 25%);
-
- a,
- .cdmHeader a.title,
- span {
- color : white;
- }
-}
-
-.cdm.expandable.active {
- background : white ! important;
-}
-
-div.cdm.expandable.active div.cdmHeader span.titleWrap {
- white-space : normal;
-}
-
-div.cdm.expandable div.cdmHeader a.title {
- font-weight : 600;
- color : @default-text;
- font-size : 14px;
- transition : color 0.2s, background 0.2s;
- text-rendering: optimizelegibility;
- font-family : @fonts-ui-bold;
-}
-
-div.cdm.expandable.Unread div.cdmHeader a.title {
- color : black;
-}
-
-div.cdm.expandable.active div.cdmHeader a.title {
- color: @color-link;
- font-size: 16px;
- font-weight: 600;
- text-rendering: optimizelegibility;
- font-family: @fonts-ui-bold;
-}
-
div.cdm.expanded div.cdmHeader {
background : transparent ! important;
}