Skip to content

Commit 4ceac14

Browse files
committed
Fix desktop hover indicator when using panel border-radius > 0px. Fixes #2452
1 parent ebf64ab commit 4ceac14

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/stylesheet.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
overflow: hidden !important;
184184
}
185185
#uiGroup.br4 .dashtopanelPanel.dock .showdesktop-button {
186-
border-radius: 0 4px 4px 0 !important;
186+
border-radius: 0 0 4px 4px !important;
187187
}
188188

189189
#uiGroup.br8 .dashtopanelPanel.dock,
@@ -199,7 +199,7 @@
199199
overflow: hidden !important;
200200
}
201201
#uiGroup.br8 .dashtopanelPanel.dock .showdesktop-button {
202-
border-radius: 0 8px 8px 0 !important;
202+
border-radius: 0 0 8px 8px !important;
203203
}
204204

205205
#uiGroup.br12 .dashtopanelPanel.dock,
@@ -215,7 +215,7 @@
215215
overflow: hidden !important;
216216
}
217217
#uiGroup.br12 .dashtopanelPanel.dock .showdesktop-button {
218-
border-radius: 0 12px 12px 0 !important;
218+
border-radius: 0 0 12px 12px !important;
219219
}
220220

221221
#uiGroup.br16 .dashtopanelPanel.dock,
@@ -231,7 +231,7 @@
231231
overflow: hidden !important;
232232
}
233233
#uiGroup.br16 .dashtopanelPanel.dock .showdesktop-button {
234-
border-radius: 0 16px 16px 0 !important;
234+
border-radius: 0 0 16px 16px !important;
235235
}
236236

237237
#uiGroup.br20 .dashtopanelPanel.dock,
@@ -247,5 +247,5 @@
247247
overflow: hidden !important;
248248
}
249249
#uiGroup.br20 .dashtopanelPanel.dock .showdesktop-button {
250-
border-radius: 0 20px 20px 0 !important;
250+
border-radius: 0 0 20px 20px !important;
251251
}

0 commit comments

Comments
 (0)