From d35ddde7b43df18c2096870d6eea362c35654411 Mon Sep 17 00:00:00 2001 From: Ghommie <42542238+Ghommie@users.noreply.github.com> Date: Mon, 1 Jun 2020 23:49:25 +0200 Subject: [PATCH] tooltips vs buttons --- tgui-next/packages/tgui/interfaces/Skills.js | 54 ++++++++++---------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/tgui-next/packages/tgui/interfaces/Skills.js b/tgui-next/packages/tgui/interfaces/Skills.js index 56d0e070fd..63ee30a2ad 100644 --- a/tgui-next/packages/tgui/interfaces/Skills.js +++ b/tgui-next/packages/tgui/interfaces/Skills.js @@ -1,7 +1,7 @@ import { decodeHtmlEntities } from 'common/string'; import { Component, Fragment } from 'inferno'; import { act } from '../byond'; -import { Box, Button, Section, LabeledList, Table, Tabs } from '../components'; +import { Box, Button, Section, LabeledList, Table, Tabs, Tooltip } from '../components'; export const Skills = props => { const { state } = props; @@ -80,23 +80,23 @@ const skillList = props => { - ; // What did I even do to deserve this semicolon? + + "+modifier.name+"\n"+modifier.desc + `} + position="relative" + /> + })}