mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 16:35:45 +01:00
Implement new menu component
Committed-by: Eduard Heimbuch <eduard.heimbuch@cloudogu.com>
This commit is contained in:
@@ -45,6 +45,29 @@
|
||||
--scm-popover-border-color: #{$popover-border-color};
|
||||
}
|
||||
|
||||
// Workaround for https://github.com/radix-ui/primitives/issues/1572
|
||||
@supports (scrollbar-gutter: stable) {
|
||||
html body {
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
.has-box-shadow {
|
||||
box-shadow: $box-shadow;
|
||||
}
|
||||
|
||||
.is-borderless {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.has-background-transparent {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.has-hover-color-blue:hover {
|
||||
color: $blue !important;
|
||||
}
|
||||
|
||||
details > * {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user