mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 19:38:23 +00:00 
			
		
		
		
	Clone button enhancements (#33362)
- Add box-shadow to default tippy theme - Make colors for tabs match the ones from `.ui.tabular.menu` - Remove tippy arrow and slightly offset tooltip closer to the button - Fix setting of `aria-haspopup` when default role is used with tippy --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
		| @@ -20,10 +20,12 @@ | ||||
| .clone-panel-tab .item { | ||||
|   padding: 5px 10px; | ||||
|   background: none; | ||||
|   color: var(--color-text-light-2); | ||||
| } | ||||
|  | ||||
| .clone-panel-tab .item.active { | ||||
|   border-bottom: 3px solid var(--color-secondary); | ||||
|   color: var(--color-text-dark); | ||||
|   border-bottom: 3px solid currentcolor; | ||||
| } | ||||
|  | ||||
| .clone-panel-tab + .divider { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user