Skip to content

Commit

Permalink
Update index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
tonusagi authored Feb 25, 2025
1 parent e745755 commit 74f5f7e
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions packages/memory-inspector/src/browser/style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,8 @@
margin-right: var(--theia-ui-padding);
}

.toggle-settings-container+div>.t-mv-settings-group-header:first-of-type,
.toggle-settings-container+.t-mv-settings-group-header {
.toggle-settings-container + div > .t-mv-settings-group-header:first-of-type,
.toggle-settings-container + .t-mv-settings-group-header {
margin-top: 0;
}

Expand Down Expand Up @@ -719,7 +719,7 @@ table.t-mv-view .t-mv-view-address {
-webkit-appearance: none;
}

.mw-bookmarks-bar input:checked~.bookmark-radio-button {
.mw-bookmarks-bar input:checked ~ .bookmark-radio-button {
background-color: var(--theia-button-background);
color: var(--theia-button-foreground);
}
Expand All @@ -733,7 +733,10 @@ table.t-mv-view .t-mv-view-address {
cursor: pointer;
}

#memory-table-widget.editable .t-mv-memory-container:focus .eight-bits.highlight {

#memory-table-widget.editable
.t-mv-memory-container:focus
.eight-bits.highlight {
cursor: text;
}

Expand Down

0 comments on commit 74f5f7e

Please sign in to comment.