Skip to content
Snippets Groups Projects
Commit c5bc87f6 authored by Primoz Hmeljak's avatar Primoz Hmeljak Committed by Sascha Grossenbacher
Browse files

Issue #3453956 by Primsi: Table drag handle position

parent 5e4cf3e4
No related branches found
No related tags found
1 merge request!117Issue #3453956: fix table drag handle position.
Pipeline #212841 passed with warnings
......@@ -220,6 +220,7 @@
margin-top: 3px;
padding-right: .25em;
width: 23px;
vertical-align: baseline;
}
.js .field--widget-paragraphs .draggable .tabledrag-handle:focus::before {
......@@ -230,6 +231,7 @@
.js .field--widget-paragraphs .draggable .tabledrag-handle::after {
margin-left: 0;
padding: .5rem;
margin-top: 0.9375rem;
}
.js .field--widget-paragraphs .draggable .tabledrag-handle:hover .handle {
......
......@@ -152,6 +152,7 @@
margin-top: 3px;
padding-right: .25em;
width: 23px;
vertical-align: baseline;
// Fix active focus.
&:focus {
......@@ -165,6 +166,7 @@
&::after {
margin-left: 0;
padding: .5rem;
margin-top: 0.9375rem;
}
// Scale the icon on hover.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment