Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
GrabowskiM committed Sep 2, 2024
1 parent b93dad9 commit f173948
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
10 changes: 0 additions & 10 deletions src/bundle/Resources/public/scss/_multilevel-popup-menu.scss
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
.ibexa-multilevel-popup-menu {
&__header {
border-bottom: calculateRem(1px) solid $ibexa-color-light;
margin: 0 calculateRem(8px);
padding: calculateRem(8px) 0 calculateRem(16px);

&--hidden {
display: none;
}
}

&__search {
margin-bottom: calculateRem(4px);
padding: 0 calculateRem(8px);
Expand Down
16 changes: 0 additions & 16 deletions src/bundle/Resources/public/scss/_split-button.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
.ibexa-split-btn {
$self: &;

display: flex;

&__main-btn,
Expand Down Expand Up @@ -52,18 +50,4 @@
}
}
}

&--disabled {
border-radius: $ibexa-border-radius;
cursor: not-allowed;

#{$self}__main-btn,
#{$self}__toggle-btn {
color: $ibexa-color-dark-400;
fill: $ibexa-color-dark-400;
border-color: $ibexa-color-dark-200;
background-color: rgba($ibexa-color-light, 0.4);
pointer-events: none;
}
}
}

0 comments on commit f173948

Please sign in to comment.