Skip to content

Commit

Permalink
Merge branch 'master' of github.com:vinceliuice/Qogir-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceliuice committed Mar 1, 2023
2 parents 5dc265f + 868d362 commit b4721fd
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 @@ -574,39 +574,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 @@ -8406,36 +8406,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 @@ -8384,36 +8384,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 @@ -8400,36 +8400,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 b4721fd

Please sign in to comment.