summaryrefslogtreecommitdiff
path: root/themes/light/cdm.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-10 12:10:11 +0300
committerAndrew Dolgov <[email protected]>2021-03-10 12:10:11 +0300
commitf58879c1dc284a60bce4199ccf05448198498ff4 (patch)
treef62cb276b7bb26416f7736e83d855effe5b79008 /themes/light/cdm.less
parentbdc72e5b6332bb395db4419ea6e9f1550ec331ab (diff)
small stuck header fixes in grid mode
Diffstat (limited to 'themes/light/cdm.less')
-rw-r--r--themes/light/cdm.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/light/cdm.less b/themes/light/cdm.less
index dfcc42e20..abedd7c01 100644
--- a/themes/light/cdm.less
+++ b/themes/light/cdm.less
@@ -323,7 +323,7 @@ div.cdm.expandable:not(.active) {
div.cdm {
&.expandable.active,
&.expanded {
- .header[stuck] {
+ .header[data-is-stuck] {
box-shadow : 0 1px 1px -1px rgba(0,0,0,0.1);
border: 0 solid @border-default;
border-bottom-width: 1px;