Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[web] Fix Agama selectors look&feel #979

Merged
merged 2 commits into from
Jan 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions web/src/assets/styles/blocks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -260,11 +260,15 @@ span.notification-mark[data-variant="sidebar"] {
}

ul[data-type="agama/list"] {
list-style: none;
margin-inline: 0;

li {
border: 2px solid var(--color-gray-dark);
padding: var(--spacer-normal);
text-align: start;
background: var(--color-gray-light);
margin-block-end: 0;

&:nth-child(n+2) {
border-top: 0;
Expand Down
5 changes: 3 additions & 2 deletions web/src/assets/styles/index.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// PatternFly overrides
@use "~/assets/styles/patternfly-overrides.scss";

@use "~/assets/fonts.scss";
@use "~/assets/styles/variables.scss";
// TODO: merge app and global
Expand All @@ -8,5 +11,3 @@
@use "~/assets/styles/composition.scss";
@use "~/assets/styles/blocks.scss";

// PatternFly overrides
@use "~/assets/styles/patternfly-overrides.scss";