changes
This commit is contained in:
parent
31d82e3bec
commit
bd88406946
0
example.html
Executable file → Normal file
0
example.html
Executable file → Normal file
4
tabs.js
Executable file → Normal file
4
tabs.js
Executable file → Normal file
@ -1,7 +1,6 @@
|
|||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
|
|
||||||
class TabsElement extends HTMLElement {
|
class TabsElement extends HTMLElement {
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
@ -19,13 +18,10 @@ class TabsElement extends HTMLElement {
|
|||||||
|
|
||||||
.button_div{
|
.button_div{
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab_btn{
|
.tab_btn{
|
||||||
|
|
||||||
color: red;
|
color: red;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
`;
|
`;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user