Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d66959b

Browse filesBrowse files
committed
Simplify styles
1 parent 52cb800 commit d66959b
Copy full SHA for d66959b

File tree

Expand file treeCollapse file tree

1 file changed

+4
-12
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-12
lines changed

‎src/Tabs/TabHeaderItem/TabHeaderItem.scss

Copy file name to clipboardExpand all lines: src/Tabs/TabHeaderItem/TabHeaderItem.scss
+4-12Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,10 @@
88

99
@mixin with-inverted-radius {
1010
width: px($border-radius);
11-
transform: rotate(180deg);
12-
position: relative;
13-
&::before {
14-
content: '';
15-
position: absolute;
16-
background-color: transparent;
17-
bottom: px(-2 * $border-radius);
18-
height: px(2 * $border-radius);
19-
width: px($border-radius);
20-
border-top-left-radius: px($border-radius);
21-
box-shadow: 0 px(-$border-radius) 0 0 $tab-bg-color-active;
22-
}
11+
background-color: transparent;
12+
height: px(2 * $border-radius);
13+
border-top-left-radius: px($border-radius);
14+
box-shadow: 0 px(-$border-radius) 0 0 $tab-bg-color-active;
2315
}
2416

2517
.tab-header-item__container {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.