mirror of
https://github.com/wassname/talk.git
synced 2026-09-09 11:38:08 +08:00
[CORL 131] User Menu Dropdown (#2225)
* chore: simplify popover * feat: add dropdown component * feat: user menu * chore: add comment * chore: refactor i18n name * fix: linting * fix: test * fix: address review comments * fix: update snapshot
This commit is contained in:
@@ -21,11 +21,16 @@
|
||||
background: transparent;
|
||||
font-size: inherit;
|
||||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
|
||||
-webkit-appearance: none;
|
||||
|
||||
&:disabled {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
&:visited {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
&::-moz-focus-inner {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user