Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceliuice committed Feb 28, 2023
1 parent 6e1863a commit 868d362
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 123 deletions.
33 changes: 0 additions & 33 deletions src/_sass/gtk/apps/_budgie.scss
Original file line number Diff line number Diff line change
Expand Up @@ -595,39 +595,6 @@ window.budgie-popover:not(.csd) {
&:disabled { color: rgba($panel_fg, 0.5); }
}
}

// Add padding for panel indicators icons
> box > widget > widget {
> image, // normal
> stack > image, // Screenshot
> box > image { // Places
margin-left: 6px;
margin-right: 6px;
}

> box > image + label { // Reset for mailneg
margin-left: -4px;
}

> box { // keyboard Layout
> widget > image { margin-left: 6px; }
> stack > widget > label { margin-right: 6px; }
}

> box > widget > widget > image { // Status
margin-left: 2px;
margin-right: 2px;
}
}

// Time label
.budgie-clock-applet,
.budgie-calendar-applet {
> widget > box {
padding-left: 3px;
padding-right: 3px;
}
}
}

%underscores {
Expand Down
30 changes: 0 additions & 30 deletions src/gtk/theme-3.0/gtk-Dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -8423,36 +8423,6 @@ window.budgie-popover:not(.csd) > frame.container > border {
color: rgba(211, 218, 227, 0.5);
}

.budgie-panel > box > widget > widget > image,
.budgie-panel > box > widget > widget > stack > image,
.budgie-panel > box > widget > widget > box > image {
margin-left: 6px;
margin-right: 6px;
}

.budgie-panel > box > widget > widget > box > image + label {
margin-left: -4px;
}

.budgie-panel > box > widget > widget > box > widget > image {
margin-left: 6px;
}

.budgie-panel > box > widget > widget > box > stack > widget > label {
margin-right: 6px;
}

.budgie-panel > box > widget > widget > box > widget > widget > image {
margin-left: 2px;
margin-right: 2px;
}

.budgie-panel .budgie-clock-applet > widget > box,
.budgie-panel .budgie-calendar-applet > widget > box {
padding-left: 3px;
padding-right: 3px;
}

.top window#ValaPanel.background button.flat.-panel-button, window#ValaPanel.background .top button.flat.-panel-button,
.top window#ValaPanel.background button#tasklist-button.toggle.flat,
window#ValaPanel.background .top button#tasklist-button.toggle.flat,
Expand Down
30 changes: 0 additions & 30 deletions src/gtk/theme-3.0/gtk-Light.css
Original file line number Diff line number Diff line change
Expand Up @@ -8401,36 +8401,6 @@ window.budgie-popover:not(.csd) > frame.container > border {
color: rgba(211, 218, 227, 0.5);
}

.budgie-panel > box > widget > widget > image,
.budgie-panel > box > widget > widget > stack > image,
.budgie-panel > box > widget > widget > box > image {
margin-left: 6px;
margin-right: 6px;
}

.budgie-panel > box > widget > widget > box > image + label {
margin-left: -4px;
}

.budgie-panel > box > widget > widget > box > widget > image {
margin-left: 6px;
}

.budgie-panel > box > widget > widget > box > stack > widget > label {
margin-right: 6px;
}

.budgie-panel > box > widget > widget > box > widget > widget > image {
margin-left: 2px;
margin-right: 2px;
}

.budgie-panel .budgie-clock-applet > widget > box,
.budgie-panel .budgie-calendar-applet > widget > box {
padding-left: 3px;
padding-right: 3px;
}

.top window#ValaPanel.background button.flat.-panel-button, window#ValaPanel.background .top button.flat.-panel-button,
.top window#ValaPanel.background button#tasklist-button.toggle.flat,
window#ValaPanel.background .top button#tasklist-button.toggle.flat,
Expand Down
30 changes: 0 additions & 30 deletions src/gtk/theme-3.0/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -8417,36 +8417,6 @@ window.budgie-popover:not(.csd) > frame.container > border {
color: rgba(211, 218, 227, 0.5);
}

.budgie-panel > box > widget > widget > image,
.budgie-panel > box > widget > widget > stack > image,
.budgie-panel > box > widget > widget > box > image {
margin-left: 6px;
margin-right: 6px;
}

.budgie-panel > box > widget > widget > box > image + label {
margin-left: -4px;
}

.budgie-panel > box > widget > widget > box > widget > image {
margin-left: 6px;
}

.budgie-panel > box > widget > widget > box > stack > widget > label {
margin-right: 6px;
}

.budgie-panel > box > widget > widget > box > widget > widget > image {
margin-left: 2px;
margin-right: 2px;
}

.budgie-panel .budgie-clock-applet > widget > box,
.budgie-panel .budgie-calendar-applet > widget > box {
padding-left: 3px;
padding-right: 3px;
}

.top window#ValaPanel.background button.flat.-panel-button, window#ValaPanel.background .top button.flat.-panel-button,
.top window#ValaPanel.background button#tasklist-button.toggle.flat,
window#ValaPanel.background .top button#tasklist-button.toggle.flat,
Expand Down

0 comments on commit 868d362

Please sign in to comment.