Skip to content

Commit

Permalink
_tauos.scss - remove unnecessary border
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce authored Jun 24, 2024
1 parent d30cf36 commit a068e69
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Helium/gtk-4.0/_tauos.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1360,8 +1360,7 @@ button.image-button.disclosure-button {
inset 0 5px 0 0 gtkalpha(white, .02),
inset 0 4px 0 0 gtkalpha(white, .03),
inset 0 3px 0 0 gtkalpha(white, .04),
inset 0 2px 0 0 gtkalpha(white, .05),
inset 0 1px 0 0 gtkalpha($borders, .4);
inset 0 2px 0 0 gtkalpha(white, .05);
}
.appbar {
padding: px-to-rem(4px);
Expand All @@ -1370,8 +1369,7 @@ button.image-button.disclosure-button {
inset 0 5px 0 0 gtkalpha(white, .02),
inset 0 4px 0 0 gtkalpha(white, .03),
inset 0 3px 0 0 gtkalpha(white, .04),
inset 0 2px 0 0 gtkalpha(white, .05),
inset 0 1px 0 0 gtkalpha($borders, .4);
inset 0 2px 0 0 gtkalpha(white, .05);
}
.appbar .text-field text,
.flat-appbar .text-field text {
Expand Down

0 comments on commit a068e69

Please sign in to comment.