Skip to content
Open
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
17 changes: 5 additions & 12 deletions gtk/upstream/gtk-4.0/Default/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -182,11 +182,6 @@ gridview {
}

}

box { //cells
border-spacing: 8px; //label separation
margin: 12px;
}
}
}

Expand Down Expand Up @@ -266,18 +261,11 @@ window.aboutdialog image.large-icons {
/*********************
* Spinner Animation *
*********************/
@keyframes spin {
to { transform: rotate(1turn); }
}

spinner {
background: none;
opacity: 0; // non spinning spinner makes no sense
-gtk-icon-source: -gtk-icontheme('process-working-symbolic');

&:checked {
opacity: 1;
animation: spin 1s linear infinite;

&:disabled { opacity: 0.5; }
}
Expand Down Expand Up @@ -3702,6 +3690,11 @@ filechooser {
border-radius: 12px;
margin: 12px;

> filelistcell > box { //cells
border-spacing: 8px; //label separation
margin: 12px;
}

&:hover {
background-color: gtkalpha(currentColor, .04);
}
Expand Down