mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-07-04 10:14:23 +00:00
Switch CSS rule for Leave conversation button to not rely on section ID as it depends on the selected language. Second fix for #268
This commit is contained in:
parent
b1df5d68bd
commit
3de097a3e6
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
.app-talk .app-settings #settings-section_Dangerzone button {
|
||||
.app-talk .app-settings .app-settings-section:last-child button {
|
||||
border: 1px solid var(--color-border);
|
||||
|
||||
&:hover {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue