Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
htmx
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
htmx
Merge requests
!14
Implements HTMXAttribute strategy
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Implements HTMXAttribute strategy
issue/htmx-3456435:3456435-HtmxAttribute
into
1.2.x
Overview
0
Commits
13
Pipelines
9
Changes
21
Merged
Shawn Duncan
requested to merge
issue/htmx-3456435:3456435-HtmxAttribute
into
1.2.x
11 months ago
Overview
0
Commits
13
Pipelines
9
Changes
21
Expand
Adds the new HtmxAttribute, uses it in our code, and updates the documentation.
Closes
#3456435
Edited
11 months ago
by
Shawn Duncan
0
0
Merge request reports
Compare
1.2.x
version 7
eb8eed11
11 months ago
version 6
b257e0d4
11 months ago
version 5
d965aee7
11 months ago
version 4
2e5e9444
11 months ago
version 3
aa40266b
11 months ago
version 2
41ecd4c2
11 months ago
version 1
2cfbb406
11 months ago
1.2.x (base)
and
latest version
latest version
0a478a45
13 commits,
11 months ago
version 7
eb8eed11
13 commits,
11 months ago
version 6
b257e0d4
12 commits,
11 months ago
version 5
d965aee7
11 commits,
11 months ago
version 4
2e5e9444
10 commits,
11 months ago
version 3
aa40266b
9 commits,
11 months ago
version 2
41ecd4c2
8 commits,
11 months ago
version 1
2cfbb406
7 commits,
11 months ago
21 files
+
1493
−
164
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
21
Search (e.g. *.vue) (Ctrl+P)
css/htmx-off-canvas.css
+
25
−
4
Options
@@ -13,8 +13,25 @@
background-color
:
transparent
;
}
#drupal-off-canvas-wrapper
button
.button--htmx.ui-dialog-titlebar-close
{
position
:
absolute
;
top
:
revert
;
transform
:
revert
;
}
#drupal-off-canvas-wrapper
div
.ui-dialog-titlebar
{
display
:
flex
;
align-items
:
center
;
min-height
:
55px
;
}
#drupal-off-canvas-wrapper
span
.ui-dialog-title
{
display
:
inline-block
;
vertical-align
:
center
;
}
#drupal-off-canvas-wrapper
.button--htmx-refresh
::before
{
content
:
'↺'
;
content
:
"↺"
;
color
:
rgb
(
255
,
255
,
255
);
font-size
:
larger
;
}
@@ -33,11 +50,16 @@
color
:
rgba
(
0
,
0
,
0
,
0
);
}
#drupal-off-canvas-wrapper
.ui-dialog-titlebar
{
padding-top
:
0
;
padding-bottom
:
0
;
}
.htmx-dialog-off-canvas
{
width
:
100%
;
min-height
:
100vh
;
margin
:
0
0
0
auto
;
transition
:
.3s
;
transition
:
0
.3s
;
transform
:
translateX
(
100%
);
}
@@ -52,7 +74,6 @@
transform
:
translateX
(
0
);
}
#drupal-off-canvas-wrapper
.htmx-indicator
,
.htmx-indicator
{
display
:
none
;
@@ -70,7 +91,7 @@
.htmx-request.htmx-indicator
::before
,
.htmx-request
.htmx-indicator
::before
{
margin-right
:
0.5em
;
content
:
'↺'
;
content
:
"↺"
;
font-size
:
larger
;
}
Loading