Skip to content

Commit 5d8bc35

Browse files
authored
Merge pull request #1385 from mvdan/css-checkboxes
resources: don't break tray icon checkboxes via CSS
2 parents 18cbd2a + 5c57497 commit 5d8bc35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/style.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
* {
2-
border: none;
3-
border-radius: 0;
42
/* `otf-font-awesome` is required to be installed for icons */
53
font-family: Roboto, Helvetica, Arial, sans-serif;
64
font-size: 13px;
7-
min-height: 0;
85
}
96

107
window#waybar {
@@ -43,6 +40,9 @@ window#waybar.chromium {
4340
color: #ffffff;
4441
/* Use box-shadow instead of border so the text isn't offset */
4542
box-shadow: inset 0 -3px transparent;
43+
/* Avoid rounded borders under each workspace name */
44+
border: none;
45+
border-radius: 0;
4646
}
4747

4848
/* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */

0 commit comments

Comments
 (0)