plugin focused on the vertical size and horizontal bars v1.3
This commit is contained in:
@@ -70,33 +70,3 @@
|
||||
background: rgba(0, 0, 0, 0.35);
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
/*
|
||||
* Click-and-drag horizontal scrolling (added by Asset/js/drag-scroll.js when the
|
||||
* "Drag the board background to scroll" setting is enabled). The .sv-drag-scroll class
|
||||
* is set on #board-container by the script, so these rules are inert when disabled.
|
||||
* A grab cursor advertises the empty background; cards keep the normal cursor since
|
||||
* pressing them does a card drag, not a pan.
|
||||
*/
|
||||
#board-container.sv-drag-scroll {
|
||||
cursor: grab;
|
||||
}
|
||||
|
||||
#board-container.sv-drag-scroll .task-board {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.sv-grabbing,
|
||||
.sv-grabbing * {
|
||||
cursor: grabbing !important;
|
||||
user-select: none !important;
|
||||
}
|
||||
|
||||
/*
|
||||
* Wider gutter between board columns is applied conditionally from
|
||||
* Template/layout/variable.php (only when the "Widen the gap between columns" setting is
|
||||
* on), using border-spacing with the --sv-bar-size value. border-spacing is the natural
|
||||
* control for the gap between table columns: it spreads them without shrinking the cards
|
||||
* and keeps each column header aligned with its task list. It is not in this static
|
||||
* stylesheet so it can be toggled per the setting.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user