File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
src/components/tabs/themes/shared/tab Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,8 @@ $theme: $bootstrap;
6767 position : absolute ;
6868 width : 100% ;
6969 height : 100% ;
70- box-shadow : inset 0 0 0 rem (2px ) var-get ($theme , ' item-active-hover-color' );
70+ box-shadow : inset 0 0 0 rem (2px ) var-get ($theme , ' item-hover-color' );
71+ border-radius : var-get ($theme , ' border-radius' ) var-get ($theme , ' border-radius' ) rem (4px ) rem (4px );
7172 z-index : 2 ;
7273 }
7374 }
@@ -104,10 +105,6 @@ $theme: $bootstrap;
104105 & :focus-within {
105106 border : none ;
106107 background : var-get ($theme , ' item-background' );
107-
108- & ::after {
109- border-radius : var-get ($theme , ' border-radius' ) var-get ($theme , ' border-radius' ) rem (4px ) rem (4px );
110- }
111108 }
112109
113110 & :focus-within {
You can’t perform that action at this time.
0 commit comments