Skip to content
Snippets Groups Projects
Commit 1f72c19e authored by Sascha Eggenberger's avatar Sascha Eggenberger
Browse files

Bugfixes

parent 8c2b502c
No related branches found
Tags 7.x-3.1
No related merge requests found
This diff is collapsed.
......@@ -82,3 +82,13 @@ a.button--primary:focus:hover {
background-color: var(--colorGinLayer2Background);
}
}
.action-link--icon-trash.action-link {
min-height: 48px;
padding: calc(.75rem - 1px) calc(1.5rem - 2px);
box-sizing: border-box;
&, &:hover, &:active, &:focus, &:focus:hover {
border: 2px solid var(--colorGinDanger) !important;
}
}
.dropbutton {
border: 1px solid var(--colorGinPrimary);
border: 2px solid var(--colorGinPrimary);
border-radius: 4px;
&:hover {
......@@ -20,8 +20,8 @@
}
&__toggle {
top: 1px;
right: 1px;
top: 2px;
right: 2px;
}
&__item {
......
......@@ -131,6 +131,11 @@
}
}
}
// Drag & Drop
&.gu-transit {
background-color: var(--colorGinPrimaryLightActive);
}
}
.erl-layout.erl-item {
......@@ -173,6 +178,13 @@
input {
box-shadow: none;
}
.erl-edit,
.erl-remove {
&, &:hover, &:hover, &:focus {
border-color: transparent !important;
}
}
}
.erl-item > .erl-add-content--single {
......
......@@ -118,7 +118,7 @@
@include breakpoint(1024px) {
left: auto;
top: 22px;
top: 2px; //22px;
right: $sidebarWidth + 32px;
bottom: auto;
width: auto;
......@@ -128,9 +128,9 @@
box-shadow: none;
transition: $transition;
.-has-scrolled & {
top: 2px;
}
// .-has-scrolled & {
// top: 2px;
// }
.gin--classic-toolbar & {
top: 41px;
......@@ -150,8 +150,8 @@
@include breakpoint(1730px) {
right: calc(50% - #{$sidebarWidth} - 6em - 52px);
.toolbar-horizontal.toolbar-tray-open[data-toolbar-menu='open'] & {
right: calc(50% - #{$sidebarWidth} - 6em - 94px);
[data-toolbar-menu='open'] & {
right: calc(50% - #{$sidebarWidth} - 6em - 52px - #{(($toolbarOpenWidth - $toolbarWidth) / 2)});
}
}
......
......@@ -118,6 +118,12 @@
border-right: 0 none;
border-bottom: 0 none;
&:after {
@include breakpoint(768px) {
left: 6px;
}
}
li.horizontal-tab-button {
background: none;
border-right: 0 none;
......
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