mirror of
https://github.com/zen-browser/desktop.git
synced 2026-06-14 15:33:42 +00:00
no-bug: Add secondary color dot, Rearrange buttons & Editor UI Updates (gh-13708)
Co-authored-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>
This commit is contained in:
@@ -1005,15 +1005,19 @@
|
||||
fill-opacity: 0.65;
|
||||
}
|
||||
|
||||
#zen-boost-text-case-toggle {
|
||||
#zen-boost-case[case-mode="none"] {
|
||||
list-style-image: none;
|
||||
}
|
||||
|
||||
#zen-boost-case[case-mode="capitalize"] {
|
||||
list-style-image: url("text-title-case.svg");
|
||||
}
|
||||
|
||||
#zen-boost-text-case-toggle[case-mode="uppercase"] {
|
||||
#zen-boost-case[case-mode="uppercase"] {
|
||||
list-style-image: url("text-uppercase.svg");
|
||||
}
|
||||
|
||||
#zen-boost-text-case-toggle[case-mode="lowercase"] {
|
||||
#zen-boost-case[case-mode="lowercase"] {
|
||||
list-style-image: url("text-lowercase.svg");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user