Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33101516
tab_switcher.scss
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
tab_switcher.scss
View Options
@
import
'../../_variables.scss'
;
.
tab-switcher
{
.contents
{
.hidden
{
display
:
none
;
}
}
.
tabs
{
display
:
flex
;
position
:
relative
;
width
:
100
%
;
overflow-y
:
hidden
;
overflow-x
:
auto
;
padding-top
:
5
px
;
box-sizing
:
border-box
;
&::after,
&::before
{
display
:
block
;
content
:
''
;
flex
:
1
1
auto
;
border-bottom
:
1
px
solid
;
border-bottom-color
:
$
fallback--border
;
border-bottom-color
:
var
(
--border
,
$
fallback
--border
);
}
.
tab-wrapper
{
height
:
28
px
;
position
:
relative
;
display
:
flex
;
flex
:
0
0
auto
;
.tab
{
width
:
100
%
;
min-width
:
1
px
;
position
:
relative
;
border-bottom-left-radius
:
0
;
border-bottom-right-radius
:
0
;
padding
:
6
px
1
em
;
padding-bottom
:
99
px
;
margin-bottom
:
6
px
-
99
px
;
white-space
:
nowrap
;
&:not(.active)
{
z-index
:
4
;
&:hover
{
z-index
:
6
;
}
}
&
.
active
{
background
:
transparent
;
z-index
:
5
;
}
}
&
:
not
(
.
active
)
{
&::after
{
content
:
''
;
position
:
absolute
;
left
:
0
;
right
:
0
;
bottom
:
0
;
z-index
:
7
;
border-bottom
:
1
px
solid
;
border-bottom-color
:
$
fallback--border
;
border-bottom-color
:
var
(
--border
,
$
fallback
--border
);
}
}
}
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jan 20, 12:26 PM (1 d, 9 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
973534
Default Alt Text
tab_switcher.scss (1 KB)
Attached To
Mode
rPUFE pleroma-fe-upstream
Attached
Detach File
Event Timeline
Log In to Comment