mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-03 21:08:25 +00:00 
			
		
		
		
	Fix doubled box-shadow in branch dropdown menu (#26678)
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
			
		||||
<template>
 | 
			
		||||
  <div class="ui floating filter dropdown custom">
 | 
			
		||||
  <div class="ui dropdown custom">
 | 
			
		||||
    <button class="branch-dropdown-button gt-ellipsis ui basic small compact button gt-df gt-m-0" @click="menuVisible = !menuVisible" @keyup.enter="menuVisible = !menuVisible">
 | 
			
		||||
      <span class="text gt-df gt-ac gt-mr-2">
 | 
			
		||||
        <template v-if="release">{{ textReleaseCompare }}</template>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user