Skip to content
Open
Changes from 1 commit
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
14 changes: 14 additions & 0 deletions light/gtk-3.0/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3909,6 +3909,20 @@ filechooserbutton:drop(active) {
paned & { &.left, &.right, &.left:dir(rtl), &:dir(rtl), &:dir(ltr), & { border-style: none; } }
}

// Nemo rename file
.nemo-window-pane widget.entry {
Comment thread
levito marked this conversation as resolved.
Outdated
border: 1px solid;
border-radius: 3px;

@include entry(focus);
Comment thread
levito marked this conversation as resolved.
Comment thread
levito marked this conversation as resolved.

&:selected {
&:focus, & {
Comment thread
levito marked this conversation as resolved.
Outdated
@extend %selected_items;
}
}
}

stacksidebar {
&.sidebar {
&:dir(ltr),
Expand Down