mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #1103 from omnivore-app/fix/sidebar-menu-arrow
Make caret in sidebar menu match designs
This commit is contained in:
commit
e3385b5c78
1 changed files with 5 additions and 0 deletions
|
|
@ -45,3 +45,8 @@
|
|||
.pro-icon {
|
||||
animation-play-state: paused;
|
||||
}
|
||||
|
||||
.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu > .pro-inner-item > .pro-arrow-wrapper .pro-arrow {
|
||||
border-width: 0 1px 1px 0;
|
||||
border-color: var(--colors-textSubtle);
|
||||
}
|
||||
Loading…
Reference in a new issue